Skip to content

Commit

Permalink
try to implement #468
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Jan 18, 2020
1 parent a0b8ede commit b59e829
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: cpp
compiler:
- gcc
- clang
os: linux
dist: bionic
cache: ccache

Expand All @@ -18,13 +19,16 @@ addons:
- gcc-8
- g++-8

env:
- CMAKEVARS="-DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32"
- CMAKEVARS=""

install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi

before_script:
# optional dependencies
- git submodule update --init --recursive
- cmake -DSPRINGLOBBY_UPDATER:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/tmp .
- cmake -DSPRINGLOBBY_UPDATER:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/tmp $CMAKE_VARS .
script:
- make -j2 -k
- make -k check
Expand Down

0 comments on commit b59e829

Please sign in to comment.