Skip to content

Commit

Permalink
.travis.yml: add LLVM 32-bit Clang build to trigger test in Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored and Paul Sokolovsky committed Aug 28, 2017
1 parent 33deee5 commit 4968f5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -64,6 +64,12 @@ script:
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native)
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --via-mpy -d basics float)

# LLVM 32-bit Clang build to test osx-32bit fix
- make -C unix clean
- make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1 deplibs
- make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1
- make -C unix CC=clang-3.6 MICROPY_FORCE_32BIT=1 test

# run coveralls coverage analysis (try to, even if some builds/tests failed)
- (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)

Expand Down

0 comments on commit 4968f5c

Please sign in to comment.