Fix Appveyor config

experimental
Peter Repukat 8 years ago
parent 5d8e02319b
commit a93086bb57

@ -1,47 +1,36 @@
version: 1.0.1.{build} version: 1.2.0.{build}
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
branches: branches:
except: only:
- gh-pages - master
configuration: Release
platform:
- x86
- x64
environment: environment:
matrix: matrix:
- platform: x86 - platform: x86
QTDIR: C:\Qt\5.7\msvc2015 QTDIR: C:\Qt\5.7\msvc2015
OUTNAME: Win32 OUTNAME: Win32
- platform: x64 - platform: x64
QTDIR: C:\Qt\5.7\msvc2015_64 QTDIR: C:\Qt\5.7\msvc2015_64
OUTNAME: x64 OUTNAME: x64
build: build:
project: GLoSC.sln project: GloSC.sln
verbosity: normal verbosity: normal
after_build: after_build:
- "7z a GloSC_%platform%.zip - cmd: 7z a GloSC_%platform%.zip TargetConfig.ini %APPVEYOR_BUILD_FOLDER%\\build\%OUTNAME%\%configuration%\* %APPVEYOR_BUILD_FOLDER%\\build\Win32Only\%configuration%\* %APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.1-$(platform)\\bin %APPVEYOR_BUILD_FOLDER%\dependencies\ViGEmUM\$(platform)\\bin
TargetConfig.ini
%APPVEYOR_BUILD_FOLDER%\build\%OUTNAME%\%configuration%\*
%APPVEYOR_BUILD_FOLDER%\build\Win32Only\%configuration%\*
%APPVEYOR_BUILD_FOLDER%\dependencies\SFML-2.4.1-$(platform)\bin
%APPVEYOR_BUILD_FOLDER%\dependencies\ViGEmUM\$(platform)\bin"
artifacts: artifacts:
- path: GLoSC_$(platform).zip - path: GloSC_$(platform).zip
name: GLoSC_$(platform) 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: IUk+TRaAfx7h7g+Ci3/srkt/ATkKp/Df6zSo1Fcf3OfW4yL0bPlKWbkVoDJZFRHdWK9yJsG+6dBUDYB7OePiINMc97nfr8EwfEU8ULmOp0o=
artifact: /GLoSC_x..\.zip/
draft: true
prerelease: true
force_update: true force_update: true
on: on:
appveyor_repo_tag: true branch: master
Loading…
Cancel
Save