@@ -14,8 +14,8 @@ addons:
14
14
- gcc-4.7
15
15
# - gcc-multilib
16
16
# - gcc-arm-none-eabi
17
- # - qemu-system
18
- # - mingw32
17
+ - qemu-system
18
+ - mingw32
19
19
20
20
# before_script:
21
21
# - sudo add-apt-repository -y ppa:fkrull/deadsnakes
@@ -26,25 +26,25 @@ addons:
26
26
# # For teensy build
27
27
# - sudo apt-get install realpath
28
28
# # For coverage testing
29
- # - sudo pip install cpp-coveralls
29
+ - pip install cpp-coveralls
30
30
31
31
script :
32
- - make -C minimal test
33
- - make -C unix CC=gcc-4.7
32
+ - make -C minimal test CC=gcc-4.7
34
33
- make -C unix deplibs CC=gcc-4.7
34
+ - make -C unix CC=gcc-4.7
35
35
# - make -C bare-arm
36
- # - make -C qemu-arm test
36
+ - make -C qemu-arm test
37
37
# - make -C stmhal
38
38
# - make -C stmhal -B MICROPY_PY_WIZNET5K=1 MICROPY_PY_CC3K=1
39
39
# - make -C stmhal BOARD=STM32F4DISC
40
40
# - make -C teensy
41
41
# - make -C cc3200 BTARGET=application BTYPE=release
42
42
# - make -C cc3200 BTARGET=bootloader BTYPE=release
43
- # - make -C windows CROSS_COMPILE=i586-mingw32msvc-
43
+ - make -C windows CROSS_COMPILE=i586-mingw32msvc-
44
44
45
45
# 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)
48
48
49
49
# run tests with coverage info
50
50
# - make -C unix CC=gcc-4.7 coverage
0 commit comments