1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +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: image:
- Visual Studio 2017 - Visual Studio 2017
- Visual Studio 2019
platform: platform:
- Win32 - Win32
@ -14,15 +15,11 @@ configuration:
build: build:
parallel: true parallel: true
environment:
matrix:
- GENERATOR: "Visual Studio 15 2017"
before_build: before_build:
- if exist build RMDIR /S /Q build - if exist build RMDIR /S /Q build
- if not exist build mkdir build - if not exist build mkdir build
- cd build - cd build
- cmake -G "%GENERATOR%" -A %PLATFORM% .. - cmake -A %PLATFORM% ..
build_script: build_script:
- cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION%