Commit 544ad64c authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents ce4e9978 a0b9c39f
#!/bin/bash
set -x
set -o errexit
TARGET_YGOPRO_BINARY_PATH=./ygopro-platforms/ygopro-platform-$TARGET_PATFORM
export YGOPRO_LIBEVENT_STATIC_PATH=$PWD/libevent-stable
git submodule update --init
./premake5 gmake --cc=clang
cd build
make config=release -j4
cd ..
mkdir ygopro-platforms
mv bin/release/ygopro.app $TARGET_YGOPRO_BINARY_PATH
install_name_tool -change /usr/local/lib/libirrklang.dylib @executable_path/../Frameworks/libirrklang.dylib $TARGET_YGOPRO_BINARY_PATH
strip $TARGET_YGOPRO_BINARY_PATH
stages: stages:
- prepare - prepare
- build - build
- sign - combine
- pack - pack
- deploy - deploy
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
#USE_IRRKLANG: "1"
mat_common: mat_common:
stage: prepare stage: prepare
...@@ -93,6 +92,7 @@ exec_linux: ...@@ -93,6 +92,7 @@ exec_linux:
- linux - linux
variables: variables:
YGOPRO_BUILD_ALL: '1' YGOPRO_BUILD_ALL: '1'
USE_IRRKLANG: "1"
dependencies: dependencies:
- mat_common - mat_common
#- mat_irrklang #- mat_irrklang
......
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