Update appveyor.yml
This commit is contained in:
parent
0cadaecbd2
commit
980d200092
|
|
@ -17,11 +17,11 @@ skip_commits:
|
||||||
- NazaraModuleTemplate/*
|
- NazaraModuleTemplate/*
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- Visual Studio 2017
|
- Visual Studio 2019
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- TOOLSET: vs2017
|
- TOOLSET: vs2019
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd build && "./premake5.exe" %TOOLSET% && cd ..
|
- cd build && "./premake5.exe" %TOOLSET% && cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue