Commit 77cacafe authored by nanahira's avatar nanahira

test vc

parent 2d7bbbb9
Pipeline #308 canceled with stage
in 36 minutes and 38 seconds
...@@ -9,12 +9,19 @@ build_dex: ...@@ -9,12 +9,19 @@ build_dex:
stage: build stage: build
dependencies: [] dependencies: []
tags: tags:
- linux - windows
#only:
# - master
image: mono
script: script:
- ./ci/build.sh - curl -L -o DataEditorX/data/constant.lua https://koishi.pro/ygopro/script/constant.lua
- curl -L -o DataEditorX/data/strings.conf https://koishi.pro/ygopro/strings.conf
- rm -rf win32
- nuget restore
- msbuild /p:Configuration=Release /p:Platform="Any CPU" /m DataEditorX.sln
- ren win32 output
- mkdir -p dist/releases
- cd output
- 7z a -mx9 ../dist/releases/DataEditorX-test-vc.zip ./*
- cd ..
- cp -rf DataEditorX/readme.txt dist/version.txt
artifacts: artifacts:
paths: paths:
- dist/ - dist/
......
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