ci / get mbedtls from homebrew on mac
This commit is contained in:
parent
dfc188a24d
commit
7e16c8959b
17
.travis.yml
17
.travis.yml
@ -9,18 +9,19 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
|
- brew install mbedtls
|
||||||
- python test/run.py
|
- python test/run.py
|
||||||
- make ws
|
- make ws
|
||||||
|
|
||||||
# # Linux
|
# # Linux
|
||||||
- os: linux
|
# - os: linux
|
||||||
dist: xenial
|
# dist: xenial
|
||||||
script:
|
# script:
|
||||||
- python test/run.py
|
# - python test/run.py
|
||||||
- make ws
|
# - make ws
|
||||||
env:
|
# env:
|
||||||
- CC=gcc
|
# - CC=gcc
|
||||||
- CXX=g++
|
# - CXX=g++
|
||||||
|
|
||||||
# Clang + Linux disabled for now
|
# Clang + Linux disabled for now
|
||||||
# - os: linux
|
# - os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user