File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
42
42
sphinx-build -E -W -b html . _build/html
43
43
displayName: 'Building docs'
44
44
continueOnError: true
45
+ - bash : |
46
+ sudo apt-get install gettext
47
+ displayName: 'Install native deps'
45
48
- bash : |
46
49
make check-translate
47
50
displayName: 'Checking translations'
48
51
continueOnError: true
49
- - bash : |
50
- sudo apt-get install gettext
51
- displayName: 'Install native deps'
52
52
- bash : |
53
53
make -C mpy-cross -j2
54
54
displayName: 'Build mpy-cross'
@@ -115,16 +115,16 @@ jobs:
115
115
TRAVIS_BOARDS : ' circuitplayground_express_crickit circuitplayground_express feather_m0_express_crickit feather_m0_express'
116
116
samd_m0_express_boards2 :
117
117
TRAVIS_BOARDS : ' metro_m0_express sparkfun_redboard_turbo hallowing_m0_express itsybitsy_m0_express'
118
- nrf_boards :
119
- TRAVIS_BOARDS : ' pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini'
120
- nrf_express_boards :
121
- TRAVIS_BOARDS : ' feather_nrf52840_express'
122
- samd_m4_boards :
123
- TRAVIS_BOARDS : ' mini_sam_m4'
124
118
samd_m4_express_boards1 :
125
119
TRAVIS_BOARDS : ' sam32 itsybitsy_m4_express feather_m4_express pyportal'
126
120
samd_m4_express_boards2 :
127
121
TRAVIS_BOARDS : ' grandcentral_m4_express metro_m4_express trellis_m4_express pybadge'
122
+ samd_m4_boards :
123
+ TRAVIS_BOARDS : ' mini_sam_m4'
124
+ nrf_boards :
125
+ TRAVIS_BOARDS : ' pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini'
126
+ nrf_express_boards :
127
+ TRAVIS_BOARDS : ' feather_nrf52840_express'
128
128
129
129
steps :
130
130
- checkout : self
You can’t perform that action at this time.
0 commit comments