8000 Fix build and reorder builds · mimoccc/circuitpython@83b06ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 83b06ac

Browse files
committed
Fix build and reorder builds
1 parent b90ed63 commit 83b06ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
sphinx-build -E -W -b html . _build/html
4343
displayName: 'Building docs'
4444
continueOnError: true
45+
- bash: |
46+
sudo apt-get install gettext
47+
displayName: 'Install native deps'
4548
- bash: |
4649
make check-translate
4750
displayName: 'Checking translations'
4851
continueOnError: true
49-
- bash: |
50-
sudo apt-get install gettext
51-
displayName: 'Install native deps'
5252
- bash: |
5353
make -C mpy-cross -j2
5454
displayName: 'Build mpy-cross'
@@ -115,16 +115,16 @@ jobs:
115115
TRAVIS_BOARDS: 'circuitplayground_express_crickit circuitplayground_express feather_m0_express_crickit feather_m0_express'
116116
samd_m0_express_boards2:
117117
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'
124118
samd_m4_express_boards1:
125119
TRAVIS_BOARDS: 'sam32 itsybitsy_m4_express feather_m4_express pyportal'
126120
samd_m4_express_boards2:
127121
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'
128128

129129
steps:
130130
- checkout: self

0 commit comments

Comments
 (0)
0