Skip to content

Commit

Permalink
.travis.yml: Add unix build using Clang.
Browse files Browse the repository at this point in the history
Change-Id: I66b6a360dfef205c99db1feb57871ef94ee1ee06
  • Loading branch information
pfalcon committed May 14, 2019
1 parent a24e018 commit 0e6cc49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ jobs:
- make ${MAKEOPTS} -C ports/unix CFLAGS_EXTRA="-DMICROPY_STACKLESS=1 -DMICROPY_STACKLESS_STRICT=1"
- make ${MAKEOPTS} -C ports/unix test

# unix port with clang
- stage: test
env: NAME="unix port with clang"
script:
- make ${MAKEOPTS} CC=clang -C mpy-cross
- make ${MAKEOPTS} CC=clang -C ports/unix
- make ${MAKEOPTS} CC=clang -C ports/unix test

# windows port via mingw
- stage: test
env: NAME="windows port build via mingw"
Expand Down

0 comments on commit 0e6cc49

Please sign in to comment.