Skip to content

Commit b9d1079

Browse files
committed
travis: Fourth attempt: add more packages and build targets.
1 parent cabc632 commit b9d1079

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ addons:
1414
- gcc-4.7
1515
#- gcc-multilib
1616
#- gcc-arm-none-eabi
17-
#- qemu-system
18-
#- mingw32
17+
- qemu-system
18+
- mingw32
1919

2020
#before_script:
2121
# - sudo add-apt-repository -y ppa:fkrull/deadsnakes
@@ -26,25 +26,25 @@ addons:
2626
# # For teensy build
2727
# - sudo apt-get install realpath
2828
# # For coverage testing
29-
# - sudo pip install cpp-coveralls
29+
- pip install cpp-coveralls
3030

3131
script:
32-
- make -C minimal test
33-
- make -C unix CC=gcc-4.7
32+
- make -C minimal test CC=gcc-4.7
3433
- make -C unix deplibs CC=gcc-4.7
34+
- make -C unix CC=gcc-4.7
3535
#- make -C bare-arm
36-
#- make -C qemu-arm test
36+
- make -C qemu-arm test
3737
#- make -C stmhal
3838
#- make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
3939
#- make -C stmhal BOARD=STM32F4DISC
4040
#- make -C teensy
4141
#- make -C cc3200 BTARGET=application BTYPE=release
4242
#- make -C cc3200 BTARGET=bootloader BTYPE=release
43-
#- make -C windows CROSS_COMPILE=i586-mingw32msvc-
43+
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
4444

4545
# run tests without coverage info
46-
#- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
47-
#- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
46+
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
47+
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
4848

4949
# run tests with coverage info
5050
#- make -C unix CC=gcc-4.7 coverage

0 commit comments

Comments
 (0)