Skip to content

Commit

Permalink
Update appveylor from VS14 to VS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCurtis-TRI committed Aug 13, 2018
1 parent 97f9797 commit 57dc05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# http://www.appveyor.com/docs/appveyor-yml

version: "{build}"
os: Visual Studio 2015
os: Visual Studio 2017

clone_folder: C:\projects\fcl
shallow_clone: true
Expand All @@ -23,8 +23,8 @@ configuration:
- Release

before_build:
- cmd: if "%platform%"=="Win32" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015
- cmd: if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015 Win64
- cmd: if "%platform%"=="Win32" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017
- cmd: if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017 Win64
- cmd: if "%platform%"=="Win32" set PROGRAM_FILES_PATH=Program Files (x86)
- cmd: if "%platform%"=="x64" set PROGRAM_FILES_PATH=Program Files
- cmd: if not exist C:\"Program Files"\libccd\lib\ccd.lib (
Expand Down

0 comments on commit 57dc05f

Please sign in to comment.