Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/BTT-Marlin/blame/commit/0f333ffe8e50fb63493adacaa370b31ca522510d/buildroot/tests/at90usb1286_cdc-tests
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
#!/usr/bin/env bash
|
|
|
|
#
|
|
|
|
# Build tests for AT90USB1286 ARMED
|
|
|
|
#
|
|
|
|
|
|
|
|
# exit on first failure
|
|
|
|
set -e
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build with the default configurations
|
|
|
|
#
|
|
|
|
restore_configs
|
|
|
|
opt_set MOTHERBOARD BOARD_BRAINWAVE_PRO
|
|
|
|
exec_test $1 $2 "Default Configuration"
|
|
|
|
|
|
|
|
# clean up
|
|
|
|
restore_configs
|