Commit a382c267 authored by nanahira's avatar nanahira

no strip dylib

parent 07017110
...@@ -145,7 +145,10 @@ exec_windows_pro3: ...@@ -145,7 +145,10 @@ exec_windows_pro3:
- cd .. - cd ..
- mkdir -p dist/$RELEASE_DIR - mkdir -p dist/$RELEASE_DIR
- mv bin/release/$TARGET_FILE dist/$RELEASE_DIR/$TARGET_FILE - mv bin/release/$TARGET_FILE dist/$RELEASE_DIR/$TARGET_FILE
- strip dist/$RELEASE_DIR/$TARGET_FILE - |
if [ "$TARGET_FILE" != "libygoserver.dylib" ]; then
strip dist/$RELEASE_DIR/$TARGET_FILE
fi
artifacts: artifacts:
paths: paths:
- dist - dist
......
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