Skip to content

Commit

Permalink
Rolled back to Visual Studio 2017 for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein.moein@kensho.com committed Aug 18, 2020
1 parent 6d2fec9 commit 72c799f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '{build}'

image:
- Visual Studio 2019
# - Visual Studio 2017
- Visual Studio 2017
platform:
- x64
# - x86
Expand All @@ -20,8 +19,7 @@ build_script:
- mkdir build
- cd build
- cmake --version
- cmake C:\Repos\source -G "Visual Studio 16.7 2019%arch%"
# - cmake C:\Repos\source -G "Visual Studio 15 2017%arch%"
- cmake C:\Repos\source -G "Visual Studio 15 2017%arch%"
- cmake --build . --config "Release"

test_script:
Expand Down

0 comments on commit 72c799f

Please sign in to comment.