build tweaks

This commit is contained in:
VB
2017-03-22 16:32:33 +01:00
parent 168d6e85a3
commit 6562a97866
3 changed files with 33 additions and 1 deletions

View File

@@ -1,2 +1,4 @@
# maszyna
[![Build status](https://ci.appveyor.com/api/projects/status/21isv1q3y1socgvn/branch/mover_in_c++?svg=true)](https://ci.appveyor.com/project/Milek7/maszyna/branch/mover_in_c++)
MaSzyna Train Simulator

29
appveyor.yml Normal file
View File

@@ -0,0 +1,29 @@
version: '{build}'
branches:
except:
- master
- dp
image: Visual Studio 2015
clone_depth: 1
build_script:
- cmd: >-
cd builds
cmake_win32.bat
cd build_win32
cmake --build . --config Release
cd ..
cmake_win64.bat
cd build_win64
cmake --build . --config Release
cd ..
test: off
deploy: off
artifacts:
- path: builds/build_win32/Release/eu07++ng.exe
name: release_win32
- path: builds/build_win64/Release/eu07++ng.exe
name: release_win64
cache:
- builds/deps_win -> build/download_windeps.bat

View File

@@ -1 +1,2 @@
IDI_ICON1 ICON "eu07.ico"
IDI_ICON1 ICON "eu07.ico"
GLFW_ICON ICON "eu07.ico"