mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-29 12:17:39 +02:00
Add CMake testing job to Travis
This commit is contained in:
@ -293,6 +293,13 @@ matrix:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.9
|
||||
|
||||
- os: linux
|
||||
env: CMAKE=1
|
||||
script:
|
||||
- mkdir __build__ && cd __build__
|
||||
- cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_DEBUG=1 ..
|
||||
- ctest --output-on-failure -R boost_static_assert
|
||||
|
||||
- os: osx
|
||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++03
|
||||
|
||||
|
Reference in New Issue
Block a user