Commit 38b6138d authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 783f56fe
Pipeline #40858 failed with stages
in 81 minutes and 14 seconds
......@@ -131,35 +131,13 @@ resources:
# - Sound
- Data
.pack:
stage: pack
only:
- tags
tags:
- linux
variables:
appVersion: $CI_COMMIT_TAG
username: $MYCARD_USERNAME
password: $MYCARD_PASSWORD
script:
- apt update; apt -y install curl git wget tar zstd jq
# - mkdir -p dist
- cd Builds/$BUILD_TARGET
- mv ../../Picture .
- mv ../../Deck .
- mv ../../Puzzle .
# - mv ../../Sound .
- rsync -a ../../Data/ ./Data
# - tar -I 'zstd -T0' -cf ../../dist/mdpro3-$CI_COMMIT_REF_NAME-$TARGET_PLATFORM.tar.zst .
- mkdir Replay
- cd ../..
- git clone https://code.moenext.com/mycard/mycard-package-script.git mycard-package-script
- cd mycard-package-script
- ./index.sh makeBuild mdpro3 ../Builds/$BUILD_TARGET
- cd ..
pack_all:
stage: pack
dependencies:
- resources
- StandaloneWindows64
- StandaloneOSX
- StandaloneLinux64
only:
- tags
tags:
......
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