summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-03-28 16:50:46 -0700
committerScott Shawcroft <scott@tannewt.org>2019-03-28 16:50:46 -0700
commit83b06ac2c3c3549e6274c3f5ec829fb18ab65f66 (patch)
treeed0be619c1bcde6361b353cd927a1488bbe8b1f6
parentb90ed63bc4122aec24d1fdb6636b856d1fe93411 (diff)
Fix build and reorder builds
-rw-r--r--azure-pipelines.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 730209212..507409f78 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -43,13 +43,13 @@ jobs:
displayName: 'Building docs'
continueOnError: true
- bash: |
+ sudo apt-get install gettext
+ displayName: 'Install native deps'
+ - bash: |
make check-translate
displayName: 'Checking translations'
continueOnError: true
- bash: |
- sudo apt-get install gettext
- displayName: 'Install native deps'
- - bash: |
make -C mpy-cross -j2
displayName: 'Build mpy-cross'
- bash: |
@@ -115,16 +115,16 @@ jobs:
TRAVIS_BOARDS: 'circuitplayground_express_crickit circuitplayground_express feather_m0_express_crickit feather_m0_express'
samd_m0_express_boards2:
TRAVIS_BOARDS: 'metro_m0_express sparkfun_redboard_turbo hallowing_m0_express itsybitsy_m0_express'
- nrf_boards:
- TRAVIS_BOARDS: 'pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini'
- nrf_express_boards:
- TRAVIS_BOARDS: 'feather_nrf52840_express'
- samd_m4_boards:
- TRAVIS_BOARDS: 'mini_sam_m4'
samd_m4_express_boards1:
TRAVIS_BOARDS: 'sam32 itsybitsy_m4_express feather_m4_express pyportal'
samd_m4_express_boards2:
TRAVIS_BOARDS: 'grandcentral_m4_express metro_m4_express trellis_m4_express pybadge'
+ samd_m4_boards:
+ TRAVIS_BOARDS: 'mini_sam_m4'
+ nrf_boards:
+ TRAVIS_BOARDS: 'pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini'
+ nrf_express_boards:
+ TRAVIS_BOARDS: 'feather_nrf52840_express'
steps:
- checkout: self