Skip to content

Commit

Permalink
[HAL/STM32F1] Add to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxy authored and thinkyhead committed Jun 12, 2018
1 parent 1c48ce2 commit 81cdb8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,13 @@ script:
- update_defaults
- opt_enable VIKI2 SDSUPPORT
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}

#############################
# STM32F1 default config test
#############################

- export TEST_PLATFORM="-e STM32F1"
- restore_configs
- opt_set MOTHERBOARD BOARD_STM32F1R
- update_defaults
- build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}

0 comments on commit 81cdb8f

Please sign in to comment.