Doot doot appveyor.

This commit is contained in:
Ben Vanik 2015-12-31 16:35:11 -08:00
parent 0fa5d5abe2
commit 558395c250
1 changed files with 8 additions and 7 deletions

View File

@ -71,12 +71,12 @@ build:
verbosity: minimal verbosity: minimal
# scripts to run before build # scripts to run before build
before_build: #before_build:
#- xb.bat lint --all #- xb.bat lint --all
# scripts to run after build # scripts to run after build
after_build: after_build:
- 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%-%configuration%.zip build\bin\Windows\%configuration%\xenia.exe - 7z a xenia-%appveyor_repo_branch%-%appveyor_repo_commit%.zip %APPVEYOR_BUILD_FOLDER%\build\bin\Windows\Release\xenia.exe
# to run your custom scripts instead of automatic MSBuild # to run your custom scripts instead of automatic MSBuild
#build_script: #build_script:
@ -124,7 +124,7 @@ artifacts:
#- path: out\*.nupkg #- path: out\*.nupkg
- path: xenia-cpu-ppc-test.log - path: xenia-cpu-ppc-test.log
- path: xenia-%appveyor_repo_branch%-%appveyor_repo_commit%-%configuration%.zip - path: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit).zip
#---------------------------------# #---------------------------------#
@ -136,7 +136,8 @@ artifacts:
deploy: deploy:
- provider: Environment - provider: Environment
name: xenia-master name: xenia-master
artifact: xenia-%appveyor_repo_branch%-%appveyor_repo_commit%-%configuration%.zip release: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit)-v$(appveyor_build_version)
artifact: xenia-$(appveyor_repo_branch)-$(appveyor_repo_commit).zip
draft: false draft: false
prerelease: true prerelease: true
on: on:
@ -144,13 +145,13 @@ deploy:
appveyor_repo_tag: true # deploy on tag push only appveyor_repo_tag: true # deploy on tag push only
# scripts to run before deployment # scripts to run before deployment
before_deploy: #before_deploy:
# scripts to run after deployment # scripts to run after deployment
after_deploy: #after_deploy:
# to run your custom scripts instead of provider deployments # to run your custom scripts instead of provider deployments
deploy_script: #deploy_script:
# to disable deployment # to disable deployment
# deploy: off # deploy: off