Skip to content

Commit e4d6a10

Browse files
committed
travis: Build mpy-cross as part of the Travis process.
It's built first in case any ports need to use it.
1 parent 2b882e9 commit e4d6a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_script:
2323
- python3 --version
2424

2525
script:
26+
- make -C mpy-cross
2627
- make -C minimal test
2728
- make -C unix deplibs
2829
- make -C unix

0 commit comments

Comments
 (0)