Browse Source
Update travis to test for ULTRA and DOG LCD options
pull/1/head
João Brázio
9 years ago
No known key found for this signature in database
GPG Key ID: F62CFD37DFFDB540
1 changed files with
11 additions and
0 deletions
-
.travis.yml
|
|
@ -123,6 +123,17 @@ script: |
|
|
|
# |
|
|
|
### LCDS ### |
|
|
|
# |
|
|
|
# ULTRA_LCD |
|
|
|
# |
|
|
|
- restore_configs |
|
|
|
- opt_enable ULTRA_LCD |
|
|
|
- build_marlin |
|
|
|
# |
|
|
|
# DOGLCD |
|
|
|
# |
|
|
|
- restore_configs |
|
|
|
- opt_enable DOGLCD |
|
|
|
- build_marlin |
|
|
|
# |
|
|
|
# ULTIMAKERCONTROLLER |
|
|
|
# |
|
|
|