Commit 1f2f28f2 authored by nanahira's avatar nanahira

missings

parents 48590d6e f409a805
...@@ -24,6 +24,7 @@ mat_common: ...@@ -24,6 +24,7 @@ mat_common:
artifacts: artifacts:
paths: paths:
- lua - lua
- sqlite3
mat_linux: mat_linux:
stage: prepare stage: prepare
...@@ -105,9 +106,9 @@ exec_linux: ...@@ -105,9 +106,9 @@ exec_linux:
- bin/ - bin/
- obj/ - obj/
script: script:
- apt update; apt -y install git build-essential libsqlite3-dev - apt update; apt -y install git build-essential libevent-dev
- git submodule update --init - git submodule update --init
- env YGOPRO_LINUX_ALL_STATIC_LIBEVENT_PATH=$PWD/libevent-stable ./premake5 gmake - ./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