parent
1d15c6dafd
commit
9d109013b9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# os: Visual Studio 2015
|
||||
os: Visual Studio 2015
|
||||
shallow_clone: true
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -9,7 +9,7 @@ before_build:
|
|||
- 7z x dependencies.zip
|
||||
- appveyor DownloadFile https://github.com/jimpark/unsis/releases/download/2.50.0/nsis-2.50.0-Unicode-setup.exe
|
||||
- nsis-2.50.0-Unicode-setup.exe /S /D=C:\Program Files (x86)\NSIS
|
||||
- cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cmake -G "Visual Studio 14 2015" -T v140_xp -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DENABLE_NSIS=ON -DENABLE_STDIO_REDIRECT=ON ..
|
||||
- cd ..
|
||||
after_build:
|
||||
- 7z a compiled-binaries.zip %cd%\build\stratagus.exe %cd%\build\dependencies\bin\*.dll
|
||||
|
|
Loading…
Reference in a new issue