File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ before_script:
17
17
- sudo apt-get update -qq || true
18
18
- sudo apt-get install -y python3 gcc-multilib pkg-config libffi-dev libffi-dev:i386 qemu-system gcc-mingw-w64
19
19
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
20
+ - sudo apt-get install -y clang-3.6
20
21
# For teensy build
21
22
- sudo apt-get install realpath
22
23
# For coverage testing
@@ -52,6 +53,10 @@ script:
52
53
# - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
53
54
# - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
54
55
56
+ # LLVM Clang build, partially covers MacOSX build
57
+ - make -C unix clean
58
+ - make -C unix CC=clang-3.6 test
59
+
55
60
# run tests with coverage info
56
61
- make -C ports/unix coverage
57
62
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests)
You can’t perform that action at this time.
0 commit comments