mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
Appveyor simplify (#3)
* Checking MSVS 13 * Fix incorrect number * Trying to actually use older MSVS * Back to 15
This commit is contained in:
parent
23edb82bc4
commit
b6445426ac
@ -1,6 +1,3 @@
|
|||||||
os:
|
|
||||||
- Visual Studio 2015
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CTEST_OUPTUT_ON_FAILURE: ON
|
CTEST_OUPTUT_ON_FAILURE: ON
|
||||||
|
|
||||||
@ -12,13 +9,10 @@ install:
|
|||||||
- set PATH=C:\Python36;%PATH%
|
- set PATH=C:\Python36;%PATH%
|
||||||
- cmake --version
|
- cmake --version
|
||||||
|
|
||||||
before_build:
|
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCLI_SINGLE_FILE_TESTS=ON
|
- cmake .. -DCLI_SINGLE_FILE_TESTS=ON -DCMAKE_GENERATOR="Visual Studio 14 2015"
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user