Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neargye committed Sep 29, 2019
1 parent 289b96e commit 26dcd30
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "{branch} #{build}"

image:
- Visual Studio 2017
- Visual Studio 2019

platform:
- Win32
Expand All @@ -14,15 +15,11 @@ configuration:
build:
parallel: true

environment:
matrix:
- GENERATOR: "Visual Studio 15 2017"

before_build:
- if exist build RMDIR /S /Q build
- if not exist build mkdir build
- cd build
- cmake -G "%GENERATOR%" -A %PLATFORM% ..
- cmake -A %PLATFORM% ..

build_script:
- cmake --build . --config %CONFIGURATION%
Expand Down

0 comments on commit 26dcd30

Please sign in to comment.