Skip to content

馃惢 Prusa AIO bugfix-2.1.x #379

馃惢 Prusa AIO bugfix-2.1.x

馃惢 Prusa AIO bugfix-2.1.x #379

#
# test-prusa-aio-build.yml
# Basic test build to catch Prusa AIO compile errors
#
name: Prusa AIO 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/PrusaAIO'
runs-on: ubuntu-latest
steps:
- name: Check out PrusaAIO
uses: actions/checkout@v4
- name: Select Python 3.7
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