Skip to content

Gcode editor: show all extruder-indices fields #695

Gcode editor: show all extruder-indices fields

Gcode editor: show all extruder-indices fields #695

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: check autoconf version
run: autoconf --version
- name: update automake for mpfr
run: |
curl -O -L http://ftpmirror.gnu.org/automake/automake-1.16.5.tar.gz
tar -xzf automake-1.16.5.tar.gz
cd automake-*
./configure
make
sudo make install
automake --version
- 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