Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit937d589

Browse files
committed
Travis cannot handle ninja builds yet, probably to lack of resources for build
1 parent99f6168 commit937d589

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.travis.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 2 additions & 3 deletions
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-
ninjatest
13+
make -j4
14+
maketest
1615
cd ..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp