Skip to content

Commit

Permalink
Travis - create a unique cache entry
Browse files Browse the repository at this point in the history
  • Loading branch information
triplus authored and wwmayer committed Nov 29, 2019
1 parent fab86e6 commit d2bcb7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -60,6 +60,7 @@ matrix:
- CXX=clang++-9
- CMAKE_OPTS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- PYTHON_MAJOR_VERSION=3
- CACHE_NAME=JOB1

# - os: linux
# dist: bionic
Expand All @@ -76,19 +77,22 @@ matrix:
# - CXX=g++-9
# - CMAKE_OPTS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
# - PYTHON_MAJOR_VERSION=3
# - CACHE_NAME=JOB2

- os: linux
dist: bionic
compiler: gcc
env:
- CMAKE_OPTS="-DPYTHON_EXECUTABLE=/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- PYTHON_MAJOR_VERSION=3
- CACHE_NAME=JOB3

- os: linux
dist: bionic
compiler: gcc
env:
- PYTHON_MAJOR_VERSION=2
- CACHE_NAME=JOB4

- os: windows
language: cpp
Expand All @@ -104,6 +108,7 @@ matrix:
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1
- CCACHE_DIR=$HOME/.ccache
- CACHE_NAME=JOB5
# enable this if clcache extended log is needed
#- CLCACHE_LOG=1
cache:
Expand Down

0 comments on commit d2bcb7b

Please sign in to comment.