From 6562a978660d4430db011b181f79db5dd69cea11 Mon Sep 17 00:00:00 2001 From: VB Date: Wed, 22 Mar 2017 16:32:33 +0100 Subject: [PATCH] build tweaks --- README.md | 2 ++ appveyor.yml | 29 +++++++++++++++++++++++++++++ eu07.rc | 3 ++- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 appveyor.yml diff --git a/README.md b/README.md index 3966d65d..55c8bf6d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..3aee329e --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file diff --git a/eu07.rc b/eu07.rc index 8e594be8..c4c70cdc 100644 --- a/eu07.rc +++ b/eu07.rc @@ -1 +1,2 @@ -IDI_ICON1 ICON "eu07.ico" \ No newline at end of file +IDI_ICON1 ICON "eu07.ico" +GLFW_ICON ICON "eu07.ico" \ No newline at end of file