Skip to content

Commit

Permalink
AWS codebuild: enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Mar 3, 2018
1 parent a7cc2a0 commit 8549ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ phases:
- echo Build completed on `date`
artifacts:
files:
cache:
paths:
- '/root/.ccache/**/*'

0 comments on commit 8549ecb

Please sign in to comment.