Commit 1f2f28f2 authored by nanahira's avatar nanahira

missings

parents 48590d6e f409a805
......@@ -24,6 +24,7 @@ mat_common:
artifacts:
paths:
- lua
- sqlite3
mat_linux:
stage: prepare
......@@ -105,9 +106,9 @@ exec_linux:
- bin/
- obj/
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
- env YGOPRO_LINUX_ALL_STATIC_LIBEVENT_PATH=$PWD/libevent-stable ./premake5 gmake
- ./premake5 gmake
- cd build
- make config=release -j$(nproc)
- 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