We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96b6285 + 5f9ebd3 commit a086315Copy full SHA for a086315
.travis.yml
@@ -7,14 +7,16 @@ before_script:
7
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
8
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
9
- sudo apt-get update -qq
10
- - sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system
+ - sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system mingw32
11
12
script:
13
- make -C unix CC=gcc-4.7
14
- make -C unix-cpy CC=gcc-4.7
15
- make -C bare-arm
16
- make -C qemu-arm
17
- make -C stmhal
18
+ - make -C windows CROSS_COMPILE=i586-mingw32msvc-
19
+
20
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
21
22
after_failure:
0 commit comments