Commit 95d48e58 authored by nanahira's avatar nanahira

fix and add upload

parent cdab70a9
Pipeline #33972 passed with stages
in 2 minutes and 9 seconds
...@@ -47,6 +47,8 @@ build_x32: ...@@ -47,6 +47,8 @@ build_x32:
variables: variables:
BUILD_TYPE: x32 BUILD_TYPE: x32
DIST_PATH: build/bin/x32/Release DIST_PATH: build/bin/x32/Release
before_script:
- apt update; apt -y install gcc-multilib g++-multilib
build_wasm: build_wasm:
extends: .build extends: .build
...@@ -54,6 +56,20 @@ build_wasm: ...@@ -54,6 +56,20 @@ build_wasm:
PREMAKE_OS: emscripten PREMAKE_OS: emscripten
BUILD_TYPE: wasm BUILD_TYPE: wasm
DIST_PATH: wasm DIST_PATH: wasm
WASM: '1'
before_script: before_script:
- mkdir -p wasm - mkdir -p wasm
image: git-registry.moenext.com/mycard/docker-ygopro-builder:emscripten image: git-registry.moenext.com/mycard/docker-ygopro-builder:emscripten
upload_to_minio:
stage: deploy
dependencies:
- build_x32
- build_x64
- build_wasm
tags:
- linux
script:
- aws s3 --endpoint=https://minio.moenext.com:9000 sync --delete dist/ s3://mycard/libocgcore-koishi
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