aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-10-13 00:35:01 +0200
committerFilip Gawin <filip.gawin@zoho.com>2019-10-26 13:05:00 +0200
commitd822417cfce5ce0120481bd37271ebde6117b14c (patch)
tree6cb4988959c8076d29f5b2ff6b5182a02f03e2be /.appveyor.yml
parent43866a4f7033fbb2ea1d515c037f291e0f377165 (diff)
Fixes for nitpicks
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 03045599..a5b44461 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,5 +1,5 @@
version: 1.0.{build}
-image: Visual Studio 2017
+image: Visual Studio 2019
configuration:
- Debug
- Release
@@ -10,7 +10,7 @@ install:
- cmd: >-
git submodule update --init --recursive
- premake-vs2017.cmd
+ premake-vs2019.cmd
build:
project: build/re3.sln
verbosity: minimal