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

Commitcf45aaf

Browse files
committed
Use the correct compilers
1 parenta30bf5d commitcf45aaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ matrix:
2828
# - compiler: g++
2929
# env: BOOST_VER=1.59.0 BUILD_SHARED_LIBS="OFF" CMAKE_BUILD_TYPE="Debug" ENABLE_HTTPS="ON" CMAKE_CXX_FLAGS="-fsanitize=memory -fsanitize-memory-track-origins=2"
3030

31+
install:
32+
-if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
33+
-if [ "$CXX" = "clang" ]; then export CXX="clang++-3.8" CC="clang-3.8"; fi
34+
3135
script:
3236
-pwd
3337
-sh -x build.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp