2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-24 04:12:19 +00:00

[CMake] Run cmake on appveyor

This commit is contained in:
Mike Dev
2019-05-07 22:00:07 +02:00
parent 06a2dbcf6e
commit 9909b5c33d

View File

@@ -39,3 +39,8 @@ build: off
test_script:
- b2 libs/ratio/test toolset=%TOOLSET%
- mkdir __wsl__
- cd __wsl__
- cmake -DBOOST_RATIO_INCLUDE_TESTS=ON ../libs/ratio/test/test_cmake
- cmake --build .
- ctest .