Skip to content

Commit 8549ecb

Browse files
author
Daniel Kroening
committed
AWS codebuild: enable cache
1 parent a7cc2a0 commit 8549ecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ phases:
2121
- echo Build completed on `date`
2222
artifacts:
2323
files:
24+
cache:
25+
paths:
26+
- '/root/.ccache/**/*'

0 commit comments

Comments
 (0)