warning #274
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ Nightly arm macos | |
on: | |
push: | |
branches: | |
- Nigthly | |
- nightly_dev | |
- nightly_master | |
- debug_macos | |
jobs: | |
build: | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: install autoconf | |
run: brew install autoconf automake libtool | |
- name: check autoconf version | |
run: | | |
autoconf --version | |
automake --version | |
glibtool --version | |
- name: build deps & slicer | |
run: ./BuildMacOS.sh -adsi | |
- name: Upload artifact | |
uses: actions/[email protected] | |
with: | |
name: nightly_macos_arm_debug.dmg | |
path: build/${{ github.event.repository.name }}.dmg | |
- name: Upload artifact | |
uses: actions/[email protected] | |
with: | |
name: nightly_arm_macos.tar | |
path: build/${{ github.event.repository.name }}.tar |