Skip to content

Commit 6820937

Browse files
author
Ilya Dmitrichenko
committed
travis: should test building qemu-arm as well.
1 parent b554bc5 commit 6820937

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ 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
10+
- sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-arm-none-eabi qemu-system
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
16+
- make -C qemu-arm
1617
- make -C stmhal
1718
- (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
1819

0 commit comments

Comments
 (0)