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
|
||||
|
||||
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:
|
||||
test_script:
|
||||
- cmake --build --target test .
|
||||
|
Loading…
x
Reference in New Issue
Block a user