travis: Build mpy-cross as part of the Travis process.
It's built first in case any ports need to use it.
This commit is contained in:
parent
2b882e9aca
commit
e4d6a10dc9
|
@ -23,6 +23,7 @@ before_script:
|
||||||
- python3 --version
|
- python3 --version
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- make -C mpy-cross
|
||||||
- make -C minimal test
|
- make -C minimal test
|
||||||
- make -C unix deplibs
|
- make -C unix deplibs
|
||||||
- make -C unix
|
- make -C unix
|
||||||
|
|
Loading…
Reference in New Issue