Browse Source

Use ccache.

pull/2439/head
Martin Liska 6 years ago
parent
commit
a5a2c5cfbf
No known key found for this signature in database GPG Key ID: 4DC182DC0FA73785
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml View File

@@ -9,6 +9,7 @@ matrix:
- &test-ubuntu
os: linux
compiler: gcc
cache: ccache
addons:
apt:
packages:
@@ -17,7 +18,7 @@ matrix:
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
script:
- set -e
- make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- make $COMMON_FLAGS $BTYPE
- make -C test $COMMON_FLAGS $BTYPE
- make -C ctest $COMMON_FLAGS $BTYPE
- make -C utest $COMMON_FLAGS $BTYPE
@@ -36,6 +37,7 @@ matrix:

- <<: *test-ubuntu
env:
- CC='ccache gcc'
- TARGET_BOX=LINUX64
- BTYPE="BINARY=64 USE_OPENMP=1"



Loading…
Cancel
Save