Skip to content

Commit a086315

Browse files
committed
Merge pull request micropython#605 from stinos/travis-mingw
travis: Add cross-compilation of mingw port
2 parents 96b6285 + 5f9ebd3 commit a086315

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ before_script:
77
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
88
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
99
- sudo apt-get update -qq
10-
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system
10+
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system mingw32
1111

1212
script:
1313
- make -C unix CC=gcc-4.7
1414
- make -C unix-cpy CC=gcc-4.7
1515
- make -C bare-arm
1616
- make -C qemu-arm
1717
- make -C stmhal
18+
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
19+
1820
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
1921

2022
after_failure:

0 commit comments

Comments
 (0)