File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,12 @@ script:
64
64
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --emit native)
65
65
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy -d basics float)
66
66
67
+ # LLVM 32-bit Clang build to test osx-32bit fix
68
+ - make -C unix clean
69
+ - make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1 deplibs
70
+ - make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1
71
+ - make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1 test
72
+
67
73
# run coveralls coverage analysis (try to, even if some builds/tests failed)
68
74
- (cd ports/unix && coveralls --root ../.. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)
69
75
You can’t perform that action at this time.
0 commit comments