Skip to content

My MK3S+/Bear/BTT002/TMC-Multi/BMG Build #726

My MK3S+/Bear/BTT002/TMC-Multi/BMG Build

My MK3S+/Bear/BTT002/TMC-Multi/BMG Build #726

Workflow file for this run

#
# test-build.yml
# Do test build to catch compile errors
#
name: CI
on:
pull_request:
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
push:
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
jobs:
test_builds:
name: Test Build
if: github.repository == 'thisiskeithb/Marlin'
runs-on: ubuntu-latest
steps:
- name: Check Out Commit
uses: actions/checkout@v4
- name: Select Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.9'
architecture: 'x64'
- name: Install PlatformIO
run: |
pip install -U platformio
pio upgrade --dev
pio pkg update --global
- name: Build Marlin
run: pio run