File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ before_script:
14
14
- sudo apt-get update -qq || true
15
15
- sudo apt-get install -y python3 gcc-multilib pkg-config libffi-dev libffi-dev:i386 qemu-system mingw32
16
16
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
17
+ - sudo apt-get install -y clang-3.6
17
18
#<
9265
/span> For teensy build
18
19
- sudo apt-get install realpath
19
20
# For coverage testing
@@ -41,6 +42,10 @@ script:
41
42
# - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
42
43
# - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
43
44
45
+ # LLVM Clang build, partially covers MacOSX build
46
+ - make -C unix clean
47
+ - make -C unix CC=clang-3.6 test
48
+
44
49
# run tests with coverage info
45
50
- make -C unix coverage
46
51
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests)
You can’t perform that action at this time.
0 commit comments