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

Commit552401b

Browse files
committed
Use ninja-build
1 parent7e0f93e commit552401b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ addons:
4040
-gcc-4.8
4141
-g++-4.8
4242
-clang-3.6
43+
-ninja-build
4344
notifications:
4445
slack:
4546
secure:Y7lLjqZ83+b/jaJ5+EKwvgCDeERi4bVbDn9tLp8sieTdu+ENsPI+JmLYSXZXPpe7JrItrXW6uJJXN2wG1h7au4mpVVTghd31HBzuzrqVxDphWPhp16NYzvbAgQQRBXvFVvfSdW/Kb/n2fX6xDApY0t6vNREb/GKg0GyzESb4ZjU=

‎build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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 \
1213
..
13-
make -j2
14-
maketest
14+
ninja
15+
ninjatest
1516
cd ..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp