We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab2b38 commit d67d015Copy full SHA for d67d015
.travis.yml
@@ -30,8 +30,8 @@ script:
30
- git clone https://github.com/satya-das/common.git
31
- mkdir -p build
32
- cd build
33
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake -DCMAKE_C_COMPILER=`which gcc-5` -DCMAKE_CXX_COMPILER=`which g++-5` -G Ninja ../cppparser/; fi
34
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then cmake -G Ninja ../cppparser/; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cmake -DCMAKE_C_COMPILER=`which gcc-5` -DCMAKE_CXX_COMPILER=`which g++-5` ../cppparser/; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then cmake ../cppparser/; fi
35
- make
36
- make test
37
0 commit comments