Skip to content

Commit

Permalink
Use C++17 and LLVM Clang 5.0 on Wercker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Jan 26, 2018
1 parent dd2be73 commit 12cee02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ build:
name: unittest
code: |
python tools/gyp.py test/FrameworkTest/unittest.gyp -f make
export CC=clang-3.8
export CXX=clang++-3.8
export LINK=clang++-3.8
export CXXFLAGS="-std=c++14 -stdlib=libc++"
export CC=clang-5.0
export CXX=clang++-5.0
export LINK=clang++-5.0
export CXXFLAGS="-std=c++17 -stdlib=libc++"
export LDFLAGS="-stdlib=libc++"
make -C build.makefiles
./build.makefiles/out/Release/unittest

0 comments on commit 12cee02

Please sign in to comment.