update build files for macos_arm

This commit is contained in:
supermerill 2022-01-05 00:11:08 +01:00
parent 6c25ee7365
commit 29a9398f28
2 changed files with 29 additions and 1 deletions

View File

@ -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
View 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