Skip to content

Commit

Permalink
Adapt travis file to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Aug 18, 2019
1 parent 403d92a commit 60e62b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ compiler:
- gcc
- clang

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

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- g++
- clang

script:
- cd test
- cmake -DCMAKE_BUILD_TYPE=Release
- make
- ./pprintpp_test
- ctest

0 comments on commit 60e62b5

Please sign in to comment.