Commit c8eeebde authored by nanahira's avatar nanahira

ci

parent f3400dc7
...@@ -21,14 +21,14 @@ mat_common: ...@@ -21,14 +21,14 @@ mat_common:
- wget -O - https://cdn01.moecube.com/ygopro-build-materials/sqlite-autoconf-3360000.tar.gz | tar zfx - - wget -O - https://cdn01.moecube.com/ygopro-build-materials/sqlite-autoconf-3360000.tar.gz | tar zfx -
- mv sqlite-autoconf-3360000 sqlite3 - mv sqlite-autoconf-3360000 sqlite3
# freetype # freetype
- wget -O - https://cdn01.moecube.com/ygopro-build-materials/freetype-2.10.4.tar.gz | tar zfx - #- wget -O - https://cdn01.moecube.com/ygopro-build-materials/freetype-2.10.4.tar.gz | tar zfx -
- mv freetype-2.10.4 freetype #- mv freetype-2.10.4 freetype
# premake # premake
- cp -rf premake/* .; - cp -rf premake/* .;
artifacts: artifacts:
paths: paths:
- lua - lua
- freetype #- freetype
- sqlite3 - sqlite3
mat_linux: mat_linux:
...@@ -112,7 +112,7 @@ exec_linux: ...@@ -112,7 +112,7 @@ exec_linux:
script: script:
- apt update; apt -y install git build-essential libevent-dev - apt update; apt -y install git build-essential libevent-dev
- git submodule update --init - git submodule update --init
- ./premake5 gmake - YGOPRO_LINUX_ALL_STATIC_LIBEVENT_PATH=$PWD/libevent-stable ./premake5 gmake
- cd build - cd build
- make config=release -j$(nproc) - make config=release -j$(nproc)
- cd .. - cd ..
......
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