mirror of
https://github.com/boostorg/ratio.git
synced 2026-02-23 03:52:17 +00:00
Merge branch 'develop'
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -313,11 +313,11 @@ script:
|
||||
- |-
|
||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
||||
- ./b2 libs/ratio/test toolset=$TOOLSET
|
||||
- mkdir __build__ && cd __build__
|
||||
- export CXX=$COMPILER
|
||||
- cmake -DBOOST_RATIO_INCLUDE_TESTS=ON ../libs/ratio/test/test_cmake
|
||||
- cmake --build .
|
||||
- ctest .
|
||||
#- mkdir __build__ && cd __build__
|
||||
#- export CXX=$COMPILER
|
||||
#- cmake -DBOOST_RATIO_INCLUDE_TESTS=ON ../libs/ratio/test/test_cmake
|
||||
#- cmake --build .
|
||||
#- ctest .
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
||||
Reference in New Issue
Block a user