Skip to content

Commit 9100aef

Browse files
committed
apple silicon build test
1 parent 80c886c commit 9100aef

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: C/C++ debug arm macos
2+
3+
on:
4+
push:
5+
branches:
6+
- pr1
7+
8+
jobs:
9+
build:
10+
11+
runs-on: macos-14
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
with:
16+
ref: 'debug_macos'
17+
- name: build deps & slicer
18+
run: ./BuildMacOS.sh -bia
19+
- name: ls build
20+
working-directory: ./build
21+
run: ls
22+
- name: Upload artifact
23+
uses: actions/[email protected]
24+
with:
25+
name: nightly_macos_arm_debug.dmg
26+
path: build/${{ github.event.repository.name }}.dmg
27+
- name: Upload artifact
28+
uses: actions/[email protected]
29+
with:
30+
name: nightly_arm_macos.tar
31+
path: build/${{ github.event.repository.name }}.tar

0 commit comments

Comments
 (0)