Skip to content

Commit d63df28

Browse files
author
Jason Mobarak
committed
Use ccache to build obfuscator too
1 parent abd4215 commit d63df28

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ branches:
1010
services:
1111
- docker
1212

13-
cache:
14-
directories:
15-
- output/ccache
16-
1713
matrix:
1814
include:
1915
- env:
@@ -24,6 +20,7 @@ matrix:
2420
- sudo apt-get update
2521
- sudo apt-get install -y jq
2622
script:
23+
- ./pull_ccache.bash --variant=$VARIANT --arch=$ARCH
2724
- VARIANT=$VARIANT ./.travis.sh
2825
after_success:
2926
- travis_wait tar -C output -cJf "llvm-$VARIANT-$ARCH.txz" .

0 commit comments

Comments
 (0)