Commit 50af5ea4 authored by JoyJ's avatar JoyJ
parents 65876eb1 814fc17c
......@@ -30,4 +30,4 @@ upload_to_minio:
- pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/DataEditorX
only:
- master
- tags
......@@ -4,6 +4,7 @@ skip_tags: true
install:
- curl -sL -o DataEditorX/data/constants.lua https://github.com/Fluorohydride/ygopro-scripts/raw/master/constants.lua
- curl -sL -o DataEditorX/data/strings.conf https://github.com/Fluorohydride/ygopro/raw/master/strings.conf
- nuget restore
configuration: Release
......
......@@ -13,6 +13,7 @@ wget -O DataEditorX/data/constant.lua https://koishi.pro/ygopro/script/constant.
wget -O DataEditorX/data/strings.conf https://koishi.pro/ygopro/strings.conf
# build
nuget restore
xbuild /p:Configuration=Release /p:OutDir=$PWD/output/ /p:TargetFrameworkVersion=v4.6
# zip
......
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