Commit 5c4d707a authored by mercury233's avatar mercury233

test appveyor

parent 55999a20
version: '{build}' version: '{build}'
skip_tags: true
environment: environment:
access_token: access_token:
...@@ -12,7 +11,7 @@ build: ...@@ -12,7 +11,7 @@ build:
parallel: true parallel: true
after_build: after_build:
- mv bin\x96\Release WindBot - mv bin\Release WindBot
- mv BotWrapper\bin\Release\Bot.exe . - mv BotWrapper\bin\Release\Bot.exe .
- mv BotWrapper\bin\Release\bot.conf . - mv BotWrapper\bin\Release\bot.conf .
- 7z a WindBot.7z WindBot Bot.exe bot.conf - 7z a WindBot.7z WindBot Bot.exe bot.conf
...@@ -24,11 +23,12 @@ artifacts: ...@@ -24,11 +23,12 @@ artifacts:
name: WindBot name: WindBot
deploy: deploy:
release: latest
description: 'Automatic build by Appveyor.\nUpdated on $(APPVEYOR_REPO_COMMIT_TIMESTAMP).' description: 'Automatic build by Appveyor.\nUpdated on $(APPVEYOR_REPO_COMMIT_TIMESTAMP).'
provider: GitHub provider: GitHub
auth_token: $(access_token) auth_token: $(access_token)
force_update: true force_update: true
on: on:
branch: master appveyor_repo_tag: true
branches:
only: master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment