From 7ec9a08ea0ab26de2ad17f11efbdc8c5525da2b9 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Thu, 3 Dec 2015 09:39:39 +0100 Subject: [PATCH] push windows installer --- appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 55a88ebe..33851af1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,3 +8,16 @@ before_build: - choco install nsis -pre - cmake -G "Visual Studio 14 2015" -DCMAKE_PREFIX_PATH="%cd%\\dependencies" -DSTRATAGUS=stratagus -DSTRATAGUS_INCLUDE_DIR="%cd%\\stratagus-master\\gameheaders" -DENABLE_NSIS=ON .. - cd .. +artifacts: + - path: build\Wargus-*.exe +deploy: + release: master-builds + description: 'Automatic builds from the master branch' + provider: GitHub + auth_token: + secure: NMy2KE3EpZTjverxNzEAoBnlV+7VLGvwy3e1WEIrliFy3R1oxuT+AgGUDcRwv9y/ + artifact: /.*exe/ + draft: false + prerelease: true + on: + branch: master