Archim test matching env
This commit is contained in:
parent
aecf545446
commit
f43f71646e
1
.github/workflows/test-builds.yml
vendored
1
.github/workflows/test-builds.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
# Base Environments
|
||||
|
||||
- DUE
|
||||
- DUE_archim
|
||||
- esp32
|
||||
- linux_native
|
||||
- mega2560
|
||||
|
@ -63,15 +63,3 @@ opt_set EXTRUDERS 2
|
||||
opt_set NUM_SERVOS 1
|
||||
opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER BEEP_ON_FEEDRATE_CHANGE POWER_LOSS_RECOVERY
|
||||
exec_test $1 $2 "RAMPS4DUE_EEF with SWITCHING_EXTRUDER, POWER_LOSS_RECOVERY"
|
||||
|
||||
#
|
||||
# Test Archim 1
|
||||
#
|
||||
use_example_configs UltiMachine/Archim1
|
||||
exec_test $1 $2 "Archim 1 base configuration"
|
||||
|
||||
#
|
||||
# Test Archim 2
|
||||
#
|
||||
use_example_configs UltiMachine/Archim2
|
||||
exec_test $1 $2 "Archim 2 base configuration"
|
||||
|
21
buildroot/tests/DUE_archim-tests
Executable file
21
buildroot/tests/DUE_archim-tests
Executable file
@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for DUE (Atmel SAM3X8E ARM Cortex-M3)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Test Archim 1
|
||||
#
|
||||
use_example_configs UltiMachine/Archim1
|
||||
exec_test $1 $2 "Archim 1 base configuration"
|
||||
|
||||
#
|
||||
# Test Archim 2
|
||||
#
|
||||
use_example_configs UltiMachine/Archim2
|
||||
exec_test $1 $2 "Archim 2 base configuration"
|
||||
|
||||
restore_configs
|
Loading…
Reference in New Issue
Block a user