Skip to content

Commit

Permalink
.travis.yml: Add build of unix port against mbedTLS.
Browse files Browse the repository at this point in the history
Change-Id: Id54281eb31f40ed10ed83a6d7eefdd456066adcd
  • Loading branch information
pfalcon committed Dec 16, 2018
1 parent 6ce422e commit 4516469
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 @@ -122,6 +122,14 @@ jobs:
- make ${MAKEOPTS} -C ports/unix
- make ${MAKEOPTS} -C ports/unix test

# unix port with mbedTLS
- stage: test
env: NAME="unix port with mbedTLS build and tests"
script:
- make ${MAKEOPTS} -C mpy-cross
- make ${MAKEOPTS} -C ports/unix MICROPY_SSL_MBEDTLS=1 MICROPY_SSL_AXTLS=0
- make ${MAKEOPTS} -C ports/unix MICROPY_SSL_MBEDTLS=1 MICROPY_SSL_AXTLS=0 test

# unix nanbox
- stage: test
env: NAME="unix nanbox port build and tests"
Expand Down

0 comments on commit 4516469

Please sign in to comment.