Commit b6445426ac65abc80878a78e1ef790ceb5a7884c

Authored by henryiii
Committed by GitHub
1 parent 23edb82b

Appveyor simplify (#3)

* Checking MSVS 13

* Fix incorrect number

* Trying to actually use older MSVS

* Back to 15
Showing 1 changed file with 1 additions and 7 deletions
.appveyor.yml
1   -os:
2   - - Visual Studio 2015
3   -
4 1 environment:
5 2 CTEST_OUPTUT_ON_FAILURE: ON
6 3  
... ... @@ -12,13 +9,10 @@ install:
12 9 - set PATH=C:\Python36;%PATH%
13 10 - cmake --version
14 11  
15   -before_build:
16   - - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
17   -
18 12 build_script:
19 13 - mkdir build
20 14 - cd build
21   - - cmake .. -DCLI_SINGLE_FILE_TESTS=ON
  15 + - cmake .. -DCLI_SINGLE_FILE_TESTS=ON -DCMAKE_GENERATOR="Visual Studio 14 2015"
22 16 - cmake --build .
23 17  
24 18 test_script:
... ...