Commit cdab70a9 authored by nanahira's avatar nanahira

fix

parent 146b3a72
Pipeline #33971 failed with stages
in 59 seconds
...@@ -29,7 +29,7 @@ lua: ...@@ -29,7 +29,7 @@ lua:
DIST_PATH: build/bin/x64/Release DIST_PATH: build/bin/x64/Release
script: script:
- ln -sf premake/dll.lua . - ln -sf premake/dll.lua .
- premake5 gmake --file=dll.lua --system=$PREMAKE_OS - premake5 gmake --file=dll.lua --os=$PREMAKE_OS
- cd build - cd build
- make config=release_${BUILD_TYPE} -j$(nproc) - make config=release_${BUILD_TYPE} -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