Skip to content

Commit 2317db4

Browse files
committed
Add Duet2 build to GH action
1 parent bdece5d commit 2317db4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
run: |
9191
/opt/eclipse/eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./workspace -E ArmGccPath=$GITHUB_WORKSPACE/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin -importAll ./
9292
93+
- name: "Build RepRapFirmware Duet2"
94+
run: |
95+
/opt/eclipse/eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./workspace -E ArmGccPath=$GITHUB_WORKSPACE/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin -cleanBuild "RepRapFirmware/Duet2"
96+
9397
- name: "Build RepRapFirmware Duet2_SBC"
9498
run: |
9599
/opt/eclipse/eclipse --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./workspace -E ArmGccPath=$GITHUB_WORKSPACE/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin -cleanBuild "RepRapFirmware/Duet2_SBC"
@@ -130,6 +134,7 @@ jobs:
130134
131135
- name: "Prepare files for upload"
132136
run: |
137+
rm Duet2CombinedFirmware.bin
133138
mkdir files
134139
mv ./*.bin ./files/
135140
mv ./*.uf2 ./files/

0 commit comments

Comments
 (0)