@@ -33,7 +33,7 @@ script:
33
33
- make -C unix deplibs CC=gcc-4.7
34
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
@@ -42,18 +42,19 @@ script:
42
42
# - make -C cc3200 BTARGET=bootloader BTYPE=release
43
43
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
44
44
- which coveralls
45
+ - which gcov-4.7
45
46
46
47
# run tests without coverage info
47
- - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
48
- - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
48
+ # - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
49
+ # - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
49
50
50
51
# run tests with coverage info
51
- # - make -C unix CC=gcc-4.7 coverage
52
- # - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
53
- # - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
52
+ - make -C unix CC=gcc-4.7
6E39
coverage
53
+ - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
54
+ - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
54
55
55
- # after_success:
56
- # - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov-4.7) --gcov-options '\-o build-coverage/' --include py --include extmod)
56
+ after_success :
57
+ - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov-4.7) --gcov-options '\-o build-coverage/' --include py --include extmod)
57
58
58
59
after_failure :
59
60
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
0 commit comments