Build mpy-cross first because other builds depend on it.

This commit is contained in:
Scott Shawcroft 2016-10-24 12:12:22 -07:00
parent 710bf34fbd
commit 58f37fc013

View File

@ -23,11 +23,12 @@ before_script:
- python3 --version
script:
# Build mpy-cross first because other builds depend on it.
- make -C mpy-cross
- make -C atmel-samd BOARD=arduino_zero
- make -C atmel-samd BOARD=feather_m0_adalogger
- make -C atmel-samd BOARD=feather_m0_basic
- make -C atmel-samd BOARD=metro_m0_flash
- make -C mpy-cross
- make -C minimal test
- make -C unix deplibs
- make -C unix