Commit 4cf17949 authored by nanahira's avatar nanahira

fix

parent f5cc24be
Pipeline #21465 passed with stages
in 3 minutes and 5 seconds
......@@ -12,8 +12,9 @@ variables:
- cd source/Irrlicht/MacOSX/
- xcodebuild -project MacOSX.xcodeproj
- cd ../../../
- mkdir -p lib
- cp source/Irrlicht/MacOSX/build/Release/libIrrlicht.a ./lib/libIrrlicht-$(arch).a
- distPath=lib/$(arch)
- mkdir -p $distPath
- cp source/Irrlicht/MacOSX/build/Release/libIrrlicht.a $distPath/
artifacts:
paths:
- lib
......
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