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:
parent
380151bb5a
commit
f011756c77
@ -8,7 +8,6 @@ environment:
|
|||||||
CTEST_OUPTUT_ON_FAILURE: ON
|
CTEST_OUPTUT_ON_FAILURE: ON
|
||||||
|
|
||||||
build:
|
build:
|
||||||
verbosity: detailed
|
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
@ -38,11 +37,13 @@ before_build:
|
|||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
verbosity: detailed
|
||||||
|
|
||||||
|
build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
test:
|
test_script:
|
||||||
test_script:
|
- cmake --build --target test .
|
||||||
- cmake --build --target test .
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user