Commit 81c43f93 authored by nanahira's avatar nanahira

mg2

parents ac16e474 1013a11d
version: '{build}' version: '{build}'
install: install:
- mkdir Windbot - mkdir Windbot
platform: x86 platform: x86
configuration: Release configuration: Release
build_script: build:
- msbuild /property:Configuration=Release /property:OutDir=./Windbot project: WindBot.sln
parallel: true
after_build: after_build:
- mv bin\Release WindBot - mv bin\Release WindBot
...@@ -15,8 +17,10 @@ after_build: ...@@ -15,8 +17,10 @@ after_build:
- mv BotWrapper\bin\Release\bot.conf . - mv BotWrapper\bin\Release\bot.conf .
- git clone https://github.com/moecube/ygopro-database - git clone https://github.com/moecube/ygopro-database
- cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot - cp -rf ygopro-database/locales/zh-CN/cards.cdb WindBot
test: off test: off
artifacts: artifacts:
- path: Windbot.7z - path: Windbot.7z
name: Windbot name: Windbot
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