Skip to content

fixes to flow callibration by weight #23

fixes to flow callibration by weight

fixes to flow callibration by weight #23

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-11
steps:
- uses: actions/checkout@v3
- name: build deps & slicer
run: ./BuildMacOS.sh -i
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: nightly_macos.tar
path: build/${{ github.event.repository.name }}.tar
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: nightly_macos.dmg
path: build/${{ github.event.repository.name }}.dmg