0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-10 08:32:54 +00:00
MarlinFirmware/buildroot/tests/linux_native

19 lines
324 B
Text
Raw Normal View History

2019-02-22 19:09:10 -06:00
#!/usr/bin/env bash
#
# Build tests for Linux x86_64
#
# exit on first failure
set -e
2019-08-18 23:29:59 -05:00
#
# Build with the default configurations
#
2019-02-22 19:09:10 -06:00
restore_configs
2023-03-29 05:45:22 +01:00
opt_set MOTHERBOARD BOARD_SIMULATED TEMP_SENSOR_BED 1
2019-07-30 08:30:00 +01:00
opt_enable PIDTEMPBED EEPROM_SETTINGS BAUD_RATE_GCODE
exec_test $1 $2 "Linux with EEPROM" "$3"
2019-02-22 19:09:10 -06:00
# cleanup
restore_configs