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 ...@@ -3,20 +3,24 @@ language: cpp
env: env:
global: global:
- CTEST_PARALLEL_LEVEL=4 - CTEST_PARALLEL_LEVEL=4
matrix:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
matrix: matrix:
include: include:
- dist: trusty - dist: trusty
compiler: gcc compiler: gcc
env: BUILD_TYPE=Release
- dist: xenial - dist: xenial
compiler: gcc compiler: gcc
- dist: xenial env: BUILD_TYPE=Release
compiler: clang - dist: bionic
compiler: gcc
env: BUILD_TYPE=Release
- dist: bionic
compiler: gcc
env: BUILD_TYPE=Debug
- os: osx - os: osx
compiler: clang compiler: clang
env: BUILD_TYPE=Release
install: install:
# Install dependencies for FCL # 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