Commit b687a103 authored by nanahira's avatar nanahira

build test 888 wasm

parent 4e129d3c
Pipeline #43307 passed with stages
in 4 minutes and 34 seconds
......@@ -100,6 +100,7 @@ build_linux_x32:
build_wasm_cjs:
extends: .build_unix
except: []
variables:
PREMAKE_OS: emscripten
BUILD_TYPE: wasm_cjs
......@@ -203,12 +204,10 @@ upload_to_minio:
stage: deploy
tags:
- linux
dependencies:
- build_linux_x64_no_longjmp
variables:
SERVER_USER: nanahira
SERVER_HOST: koishi.momobako.com
FROM_PATH: 'dist/x64/libocgcore.so'
FROM_PATH: ''
SERVER_PATH: ''
script:
- apt update && apt -y install openssh-client rsync coreutils
......@@ -219,9 +218,22 @@ upload_to_minio:
- chmod 600 ~/.ssh/*
- rsync -4cavzP $FROM_PATH $SERVER_USER@$SERVER_HOST:$SERVER_PATH
deploy_888:
deploy_888_so:
extends: .deploy_to_server
dependencies:
- build_linux_x64_no_longjmp
variables:
FROM_PATH: 'dist/x64/libocgcore.so'
SERVER_PATH: '~/ygopro-super-pre/bin/release/'
only:
- '888'
deploy_888_wasm:
extends: .deploy_to_server
dependencies:
- build_wasm_cjs
variables:
FROM_PATH: 'dist/wasm_cjs/'
SERVER_PATH: '~/srvpro2/888/wasm/'
only:
- '888'
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