Add extruder_extrusion_multiplier_speed with gui #24
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 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 |