Skip to content
Snippets Groups Projects
Verified Commit b35459ae authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: add bionic and test DEBUG on it only

parent 34e044bd
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,24 @@ language: cpp
env:
global:
- CTEST_PARALLEL_LEVEL=4
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
matrix:
include:
- dist: trusty
compiler: gcc
env: BUILD_TYPE=Release
- dist: xenial
compiler: gcc
- dist: xenial
compiler: clang
env: BUILD_TYPE=Release
- dist: bionic
compiler: gcc
env: BUILD_TYPE=Release
- dist: bionic
compiler: gcc
env: BUILD_TYPE=Debug
- os: osx
compiler: clang
env: BUILD_TYPE=Release
install:
# Install dependencies for FCL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment