소스 검색

Merge pull request #3993 from jbrazio/feature/update-travis

Update travis to test for ULTRA and DOG LCD options
Scott Lahteine 8 년 전
부모
커밋
4a212f707b
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      .travis.yml

+ 11
- 0
.travis.yml 파일 보기

@@ -132,6 +132,17 @@ script:
132 132
   #
133 133
   ### LCDS ###
134 134
   #
135
+  # ULTRA_LCD
136
+  #
137
+  - restore_configs
138
+  - opt_enable ULTRA_LCD
139
+  - build_marlin
140
+  #
141
+  # DOGLCD
142
+  #
143
+  - restore_configs
144
+  - opt_enable DOGLCD
145
+  - build_marlin
135 146
   #
136 147
   # ULTIMAKERCONTROLLER
137 148
   #

Loading…
취소
저장