8000 .travis.yml: add LLVM 32-bit Clang build to trigger test in Travis CI. · guidebee/micropython@e9efeb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9efeb1

Browse files
prusnakpfalcon
authored andcommitted
.travis.yml: add LLVM 32-bit Clang build to trigger test in Travis CI.
1 parent 615e799 commit e9efeb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ script:
6464
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --emit native)
6565
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests --via-mpy -d basics float)
6666

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+
6773
# run coveralls coverage analysis (try to, even if some builds/tests failed)
6874
- (cd ports/unix && coveralls --root ../.. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)
6975

0 commit comments

Comments
 (0)
0