Commit 2e05d59a authored by nanahira's avatar nanahira

build premake5

parent c16dfc57
Pipeline #27548 failed
...@@ -65,7 +65,7 @@ mat_linux: ...@@ -65,7 +65,7 @@ mat_linux:
script: script:
- apt update; apt -y install git wget tar - apt update; apt -y install git wget tar
- git clone --depth=1 https://code.mycard.moe/mycard/irrlicht-new irrlicht - git clone --depth=1 https://code.mycard.moe/mycard/irrlicht-new irrlicht
- wget -O - https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta2-linux.tar.gz | tar zfx - - wget -O - https://cdn01.moecube.com/ygopro-build-materials/premake-5.0.0-beta1-linux.tar.gz | tar zfx -
- env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh - env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh
artifacts: artifacts:
paths: paths:
...@@ -77,6 +77,19 @@ mat_arm: ...@@ -77,6 +77,19 @@ mat_arm:
extends: mat_linux extends: mat_linux
tags: tags:
- arm - arm
environment:
PREMAKE_VERSION: 5.0.0-beta1
script:
- apt update; apt -y install git wget tar p7zip-full
- git clone --depth=1 https://code.mycard.moe/mycard/irrlicht-new irrlicht
- wget -O premake5.zip https://github.com/premake/premake-core/releases/download/v$PREMAKE_VERSION/premake-$PREMAKE_VERSION-src.zip
- 7z x -y premake5.zip
- cd premake-$PREMAKE_VERSION/build/gmake2.unix
- make -j$(nproc)
- cd ../..
- mv bin/release/premake5 ../
- cd ..
- env PROCESSOR_COUNT=$(nproc) ./.ci/libevent-prebuild.sh
#mat_macos_irrklang_patched: #mat_macos_irrklang_patched:
# stage: build # stage: build
......
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