Update Build Pipeline
This commit is contained in:
6
.github/workflows/bump-date.yml
vendored
6
.github/workflows/bump-date.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out bugfix-2.0.x
|
- name: Check out master
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
ref: bugfix-2.0.x
|
ref: master
|
||||||
|
|
||||||
- name: Bump Distribution Date
|
- name: Bump Distribution Date
|
||||||
run: |
|
run: |
|
||||||
|
46
.github/workflows/test-builds.yml
vendored
46
.github/workflows/test-builds.yml
vendored
@@ -30,6 +30,49 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
platform:
|
||||||
|
# Knutwurst Base Environments
|
||||||
|
|
||||||
|
- i3_MEGA_1stgen
|
||||||
|
- i3_MEGA_1stgen_TMC
|
||||||
|
- i3_MEGA_1stgen_BLTOUCH_10
|
||||||
|
- i3_MEGA_1stgen_BLTOUCH_11
|
||||||
|
- i3_MEGA_1stgen_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_1stgen_TMC_BLTOUCH_11
|
||||||
|
- i3_MEGA
|
||||||
|
- i3_MEGA_TMC
|
||||||
|
- i3_MEGA_BLTOUCH_10
|
||||||
|
- i3_MEGA_BLTOUCH_11
|
||||||
|
- i3_MEGA_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_TMC_BLTOUCH_11
|
||||||
|
- i3_MEGA_S
|
||||||
|
- i3_MEGA_S_TMC
|
||||||
|
- i3_MEGA_S_BLTOUCH_10
|
||||||
|
- i3_MEGA_S_BLTOUCH_11
|
||||||
|
- i3_MEGA_S_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_S_TMC_BLTOUCH_11
|
||||||
|
- i3_MEGA_S_DGUS
|
||||||
|
- i3_MEGA_S_DGUS_TMC
|
||||||
|
- i3_MEGA_S_DGUS_BLTOUCH_10
|
||||||
|
- i3_MEGA_S_DGUS_BLTOUCH_11
|
||||||
|
- i3_MEGA_S_DGUS_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_S_DGUS_TMC_BLTOUCH_11
|
||||||
|
- i3_MEGA_X
|
||||||
|
- i3_MEGA_X_TMC
|
||||||
|
- i3_MEGA_X_BLTOUCH_10
|
||||||
|
- i3_MEGA_X_BLTOUCH_11
|
||||||
|
- i3_MEGA_X_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_X_TMC_BLTOUCH_11
|
||||||
|
- i3_MEGA_P
|
||||||
|
- i3_MEGA_P_TMC
|
||||||
|
- i3_MEGA_P_BLTOUCH_10
|
||||||
|
- i3_MEGA_P_BLTOUCH_11
|
||||||
|
- i3_MEGA_P_TMC_BLTOUCH_10
|
||||||
|
- i3_MEGA_P_TMC_BLTOUCH_11
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Select Python 3.7
|
- name: Select Python 3.7
|
||||||
@@ -51,4 +94,5 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run
|
run: platformio run --environment ${{ matrix.platform }}
|
||||||
|
|
Reference in New Issue
Block a user