mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
travis configuration update: g++-4.8, cmake check
This commit is contained in:
parent
6c5e6fcd07
commit
eccafae1a4
@ -6,8 +6,12 @@ compiler:
|
||||
|
||||
before_script:
|
||||
- sudo apt-get install -qq libboost-all-dev
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- mkdir build
|
||||
- cd build
|
||||
- sudo apt-get install cmake
|
||||
- cmake --version
|
||||
- cmake ..
|
||||
|
||||
script: make && ctest
|
||||
|
Loading…
Reference in New Issue
Block a user