Commit 8dc2821c authored by nanahira's avatar nanahira

deploy no longjmp version ocgcore instead

parent 5fb82764
Pipeline #41434 passed with stages
in 57 seconds
......@@ -82,7 +82,12 @@ mat_macos:
build_linux_x64:
extends: .build_unix
build_linux_x64_no_longjmp:
extends: .build_unix
except: []
variables:
NO_LONGJMP: '1'
build_linux_x32:
extends: .build_unix
......@@ -189,11 +194,11 @@ upload_to_minio:
tags:
- linux
dependencies:
- build_linux_x64
- build_linux_x64_no_longjmp
variables:
SERVER_USER: nanahira
SERVER_HOST: koishi.momobako.com
FROM_PATH: ''
FROM_PATH: 'dist/x64/libocgcore.so'
SERVER_PATH: ''
script:
- apt update && apt -y install openssh-client rsync coreutils
......@@ -207,7 +212,6 @@ upload_to_minio:
deploy_888:
extends: .deploy_to_server
variables:
FROM_PATH: 'dist/x64/libocgcore.so'
SERVER_PATH: '~/ygopro-super-pre/bin/release/'
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