mirror of
https://github.com/love2d/love.git
synced 2026-08-20 20:49:54 +02:00
Backout changeset 521ee85a2bc4d896cddc7ccc5c2a73dfd3b16669
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
version: 0.10.0.{build}
|
version: 0.10.0.{build}
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- Visual Studio 2015
|
- Windows Server 2012 R2
|
||||||
|
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# Make VS 2013 command line tools available
|
# Make VS 2013 command line tools available
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform%
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# We need to install NSIS to create the packaged installer executable.
|
# We need to install NSIS to create the packaged installer executable.
|
||||||
@@ -27,7 +27,7 @@ install:
|
|||||||
- move love libs\love
|
- move love libs\love
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cmake -G "Visual Studio 14" -H. -Bbuild
|
- cmake -G "Visual Studio 12" -H. -Bbuild
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmake --build build --target PACKAGE --config Release
|
- cmake --build build --target PACKAGE --config Release
|
||||||
|
|||||||
Reference in New Issue
Block a user