Testing whether appveyor can build with Windows XP support

This commit is contained in:
Alex Szpakowski
2016-10-23 22:56:19 -03:00
parent 894a44f45c
commit 295fff5db8
+1 -1
View File
@@ -26,7 +26,7 @@ install:
- move love libs\love
before_build:
- cmake -G "Visual Studio 12" -H. -Bbuild
- cmake -G "Visual Studio 12" -H. -Bbuild -T v120_xp
build_script:
- cmake --build build --target PACKAGE --config Release