Commit f409a805 authored by nanahira's avatar nanahira

fixci

parent 43f96a0a
......@@ -24,6 +24,7 @@ mat_common:
artifacts:
paths:
- lua
- sqlite3
mat_irrklang:
stage: prepare
......@@ -150,7 +151,7 @@ exec_linux:
- bin/
- obj/
script:
- apt update; apt -y install git build-essential libfreetype6-dev libsqlite3-dev libgl1-mesa-dev libglu-dev libxxf86vm-dev
- apt update; apt -y install git build-essential libfreetype6-dev libgl1-mesa-dev libglu-dev libxxf86vm-dev
- git submodule update --init
- env YGOPRO_LINUX_ALL_STATIC_LIBEVENT_PATH=$PWD/libevent-stable ./premake5 gmake
- cd build
......@@ -178,7 +179,7 @@ exec_macos:
- obj/
script:
- git submodule update --init
- brew install freetype libevent sqlite dylibbundler
- brew install freetype libevent dylibbundler
- sudo cp -rf irrklang/bin/macosx-gcc/libirrklang.dylib /usr/local/lib/
#- sudo cp -rf irrklang/include /usr/local/include/irrklang
- ./premake5 gmake --cc=clang
......
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