mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
travis: compress the build cache
This commit is contained in:
parent
7fc1c7466d
commit
a7640e4d6c
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- export CFLAGS="-Wall -W $WFLAGS"
|
- export CFLAGS="-Wall -W $WFLAGS"
|
||||||
|
- export CCACHE_COMPRESS=true
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue