Update appveyor.yml

This commit is contained in:
Jérôme Leclercq 2020-09-07 16:49:07 +02:00
parent 0cadaecbd2
commit 980d200092
1 changed files with 2 additions and 2 deletions

View File

@ -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 ..