123456789101112131415161718192021222324252627282930313233343536373839 |
- #!/usr/bin/env bash
- #
- # Build tests for Adafruit Grand Central M4 (ATMEL ARM Cortex-M4)
- #
-
- # exit on first failure
- set -e
-
- #
- # Build
- #
- restore_configs
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_set
- opt_enable
- FILAMENT_RUNOUT_SENSOR
- EEPROM_SETTINGS
- REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
- STATUS_MESSAGE_SCROLLING
- LONG_FILENAME_HOST_SUPPORT
- MOVE_Z_WHEN_IDLE
- LIN_ADVANCE
- SQUARE_WAVE_STEPPING
- exec_test
-
- # clean
- restore_configs
|