1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 21:23:52 +00:00

Adding single file tests

This commit is contained in:
Henry Fredrick Schreiner 2017-02-19 16:43:42 -05:00
parent 3ef5f21c25
commit e03392c033

View File

@ -10,6 +10,7 @@ branches:
install:
- set PATH=C:\Python36;%PATH%
- cmake --version
before_build:
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
@ -17,7 +18,7 @@ before_build:
build_script:
- mkdir build
- cd build
- cmake ..
- cmake .. -DCLI_SINGLE_FILE_TESTS=ON
- cmake --build .
test_script: