Browse Source

Archim test matching env

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
83aa3dbfa6
  1. 1
      .github/workflows/test-builds.yml
  2. 12
      buildroot/tests/DUE-tests
  3. 21
      buildroot/tests/DUE_archim-tests

1
.github/workflows/test-builds.yml

@ -36,6 +36,7 @@ jobs:
# Base Environments
- DUE
- DUE_archim
- esp32
- linux_native
- mega2560

12
buildroot/tests/DUE-tests

@ -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

@ -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…
Cancel
Save