Skip to content

test linux and macos build #690

test linux and macos build

test linux and macos build #690

Workflow file for this run

name: C/C++ Nightly macos
on:
push:
branches:
- Nigthly
- nightly_dev
- nightly_master
- debug_macos
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: build deps & slicer
run: ./BuildMacOS.sh -dsi
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_macos.tar
path: build/${{ github.event.repository.name }}.tar
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_macos.dmg
path: build/${{ github.event.repository.name }}.dmg