summaryrefslogtreecommitdiffstats
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
parentFix rebasing (diff)
downloadre3-d822417cfce5ce0120481bd37271ebde6117b14c.tar
re3-d822417cfce5ce0120481bd37271ebde6117b14c.tar.gz
re3-d822417cfce5ce0120481bd37271ebde6117b14c.tar.bz2
re3-d822417cfce5ce0120481bd37271ebde6117b14c.tar.lz
re3-d822417cfce5ce0120481bd37271ebde6117b14c.tar.xz
re3-d822417cfce5ce0120481bd37271ebde6117b14c.tar.zst
re3-d822417cfce5ce0120481bd37271ebde6117b14c.zip
Diffstat (limited to '')
-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