mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 20:46:02 +08:00
update build files for macos_arm
This commit is contained in:
parent
6c25ee7365
commit
29a9398f28
2
.github/workflows/ccpp_mac_arm.yml
vendored
2
.github/workflows/ccpp_mac_arm.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: 'debug_macos'
|
ref: 'Nigthly'
|
||||||
- name: build deps & slicer
|
- name: build deps & slicer
|
||||||
run: ./BuildMacOS.sh -ia
|
run: ./BuildMacOS.sh -ia
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
28
.github/workflows/ccpp_mac_arm_rc.yml
vendored
Normal file
28
.github/workflows/ccpp_mac_arm_rc.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: C/C++ debug arm macos
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- rc
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: macos-11
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: 'rc'
|
||||||
|
- name: build deps & slicer
|
||||||
|
run: ./BuildMacOS.sh -ia
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: nightly_macos_arm_debug.dmg
|
||||||
|
path: build/${{ github.event.repository.name }}.dmg
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: nightly_arm_macos.tar
|
||||||
|
path: build/${{ github.event.repository.name }}.tar
|
Loading…
x
Reference in New Issue
Block a user