Commit ed9d35a0 authored by nanahira's avatar nanahira

fix

parent 6643e0eb
Pipeline #27550 failed with stages
in 9 minutes and 17 seconds
...@@ -84,7 +84,7 @@ mat_arm: ...@@ -84,7 +84,7 @@ mat_arm:
- 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 premake5.zip https://github.com/premake/premake-core/releases/download/v$PREMAKE_VERSION/premake-$PREMAKE_VERSION-src.zip - 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 - 7z x -y premake5.zip
- cd premake-$PREMAKE_VERSION/build/gmake2.unix - cd premake-$PREMAKE_VERSION-src/build/gmake2.unix
- make -j$(nproc) - make -j$(nproc)
- cd ../.. - cd ../..
- mv bin/release/premake5 ../ - mv bin/release/premake5 ../
......
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