Skip to content
Snippets Groups Projects
Commit aaf3f74d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CI] run travis on trusty & xenial

parent a537bcc8
No related branches found
No related tags found
No related merge requests found
Pipeline #2073 failed
language: cpp
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
matrix:
exclude:
- os: osx
include:
- dist: trusty
compiler: gcc
- dist: xenial
compiler: gcc
- dist: trusty
compiler: clang
- dist: xenial
compiler: clang
- os: osx
compiler: clang
install:
# Install dependencies for FCL
......@@ -25,7 +25,7 @@ install:
script:
# Create build directory
- mkdir build
- cd build
- cd build
# Configure
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
......@@ -39,4 +39,3 @@ script:
# Make sure we can install and uninstall with no issues
- sudo make -j4 install
- sudo make -j4 uninstall
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