1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update ci

This commit is contained in:
neargye 2019-09-29 16:25:26 +05:00
parent 289b96e561
commit 26dcd30d9a

View file

@ -2,6 +2,7 @@ version: "{branch} #{build}"
image:
- Visual Studio 2017
- Visual Studio 2019
platform:
- Win32
@ -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%