mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 00:05:53 +08:00
update on mac build
This commit is contained in:
parent
572910eaf8
commit
dc34149402
13
.github/workflows/ccpp_mac.yml
vendored
13
.github/workflows/ccpp_mac.yml
vendored
@ -94,9 +94,16 @@ jobs:
|
||||
cp -f src/slic3r++ Slic3r++/Slic3r++.app/Contents/MacOS/slic3r++
|
||||
chmod u+x Slic3r++/Slic3r++.app/Contents/MacOS/slic3r++
|
||||
tar -cvf slic3r++.tar Slic3r++
|
||||
# just to see what's inside. to remove
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
name: build_folder
|
||||
path: build
|
||||
- name: create dmg
|
||||
working-directory: ./build
|
||||
run: |
|
||||
rm Slic3r++.dmg
|
||||
hdiutil create -ov -fs HFS+ -volname "Slic3r++" -srcfolder "Slic3r++" temp.dmg
|
||||
hdiutil convert temp.dmg -format UDZO -o Slic3r++.dmg
|
||||
- name: Upload artifact
|
||||
@ -104,9 +111,3 @@ jobs:
|
||||
with:
|
||||
name: nightly_macos_DEBUG.dmg
|
||||
path: build/Slic3r++.dmg
|
||||
# just to see what's inside. to remove
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
name: build_folder
|
||||
path: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user