Skip to content

Commit 937d589

Browse files
committed
Travis cannot handle ninja builds yet, probably to lack of resources for build
1 parent 99f6168 commit 937d589

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ addons:
4141
- gcc-4.8
4242
- g++-4.8
4343
- clang-3.6
44-
- ninja-build
4544
- cmake
4645
notifications:
4746
slack:

build.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
99
-DBOOST_INCLUDEDIR="${HOME}/${CC}-boost_${BOOST_VERSION}/include" \
1010
-DBOOST_LIBRARYDIR="${HOME}/${CC}-boost_${BOOST_VERSION}/lib" \
1111
-DCMAKE_CXX_FLAGS='-std=c++11' \
12-
-G Ninja \
1312
..
14-
ninja
15-
ninja test
13+
make -j4
14+
make test
1615
cd ..

0 commit comments

Comments
 (0)