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

Fixing typos in appveyor

This commit is contained in:
Henry Fredrick Schreiner 2017-02-19 14:18:41 -05:00
parent 380151bb5a
commit f011756c77

View File

@ -8,7 +8,6 @@ environment:
CTEST_OUPTUT_ON_FAILURE: ON
build:
verbosity: detailed
configuration:
- Debug
@ -38,11 +37,13 @@ before_build:
- cd %APPVEYOR_BUILD_FOLDER%
build:
verbosity: detailed
build_script:
- mkdir build
- cd build
- cmake ..
- cmake --build .
test:
test_script:
- cmake --build --target test .
test_script:
- cmake --build --target test .