fix travis syntax

This commit is contained in:
wgroeneveld 2018-08-14 09:18:45 +02:00
parent 23dda4518f
commit 16b2407d1f
1 changed files with 8 additions and 7 deletions

View File

@ -6,10 +6,11 @@ before_install:
- wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.1-Linux-x86_64.sh - wget -O cmake.sh https://cmake.org/files/v3.12/cmake-3.12.1-Linux-x86_64.sh
- sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local - sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local
script: script:
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_CXX_COMPILER=$BIN_PATH/clang++ -DCMAKE_INSTALL_PREFIX=./ ../ - cmake -DCMAKE_CXX_COMPILER=$BIN_PATH/clang++ -DCMAKE_INSTALL_PREFIX=./ ../
- cd test - cd test
- make - make
- ./unittest - ./unittest