We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745926a commit 887a43fCopy full SHA for 887a43f
.travis.yml
@@ -11,8 +11,10 @@ install:
11
- cd $BOOST_ROOT/boost_1_55_0
12
- ./bootstrap.sh
13
- ./b2 --prefix=$BOOST_ROOT toolset=$CC install
14
+ - cd -
15
-before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DBOOST_ROOT=$BOOST_ROOT .
16
+before_script:
17
+ - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX
18
script:
19
- make
20
- make test
0 commit comments