mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
vs2015
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -3,7 +3,7 @@ branches:
|
||||
except:
|
||||
- master
|
||||
- dp
|
||||
image: Visual Studio 2017
|
||||
image: Visual Studio 2015
|
||||
clone_depth: 1
|
||||
build_script:
|
||||
- cmd: >-
|
||||
@@ -13,7 +13,7 @@ build_script:
|
||||
|
||||
cd build_win32
|
||||
|
||||
cmake --build . --config Release
|
||||
cmake --build . --config RelWithDebInfo
|
||||
|
||||
cd ..
|
||||
|
||||
@@ -21,9 +21,11 @@ build_script:
|
||||
|
||||
cd build_win64
|
||||
|
||||
cmake --build . --config Release
|
||||
cmake --build . --config RelWithDebInfo
|
||||
|
||||
cd ..
|
||||
|
||||
7z a symbols.zip build_win32/RelWithDebInfo/eu07++ng.pdb build_win64/RelWithDebInfo/eu07++ng.pdb
|
||||
test: off
|
||||
deploy: off
|
||||
artifacts:
|
||||
@@ -34,5 +36,7 @@ artifacts:
|
||||
- path: shaders
|
||||
name: shaders
|
||||
type: zip
|
||||
- path: builds/symbols.zip
|
||||
name: symbols
|
||||
cache:
|
||||
- builds/deps_win -> builds/download_windeps.bat
|
||||
Reference in New Issue
Block a user