2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00

Attempting to fix build config.

This commit is contained in:
pcummuskey 2017-03-19 14:58:52 +13:00
parent fd253421b5
commit 50c7559339

View File

@ -20,14 +20,21 @@ build:
project: GLoSC.sln project: GLoSC.sln
verbosity: normal verbosity: normal
after_build:
- 7z a GloSC_%platform%.zip TargetConfig.ini
artifacts: artifacts:
- TargetConfig.ini - path: GLoSC_$(platform).zip
name: GLoSC_$(platform)
deploy: deploy:
- provider: GitHub - provider: GitHub
description: 'Would be nice to auto-generate this...'
artifact: /GLoSC_x..\.zip/
auth_token: auth_token:
secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq secure: Ec0RLkIirpuLD2eNfFlN51Jsxv737ZVX9kcwNlxSBd8A/eTn/uYvpN/nAMctsHUq
force_update: true
on: on:
appveyor_repo_tag: true appveyor_repo_tag: true