Skip to content

Commit

Permalink
#94: Now that we don't have the tests built by default we need to adj…
Browse files Browse the repository at this point in the history
…ust CI scripts to build them.
  • Loading branch information
spaulaus committed Dec 7, 2020
1 parent 3bfbb8c commit 60c14ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- python3
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- BUILD_OPTIONS="-DPAASS_BUILD_TESTS=ON"
- name: GCC 8 Test
addons:
apt:
Expand All @@ -32,6 +33,7 @@ jobs:
- python3
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- BUILD_OPTIONS="-DPAASS_BUILD_TESTS=ON"
- name: GCC 9 Test
addons:
apt:
Expand All @@ -43,6 +45,7 @@ jobs:
- python3
env:
- MATRIX_EVAL=""
- BUILD_OPTIONS="-DPAASS_BUILD_TESTS=ON"

before_install:
- eval "${MATRIX_EVAL}"
Expand All @@ -67,6 +70,6 @@ before_install:
script:
- mkdir build
- cd build
- cmake ../
- cmake ../ ${BUILD_OPTIONS}
- make -j12
- ./Tests/tests

0 comments on commit 60c14ef

Please sign in to comment.