ci / get mbedtls from homebrew on mac

This commit is contained in:
Benjamin Sergeant 2019-07-03 14:46:05 -07:00
parent dfc188a24d
commit 7e16c8959b

View File

@ -9,18 +9,19 @@ matrix:
- os: osx
compiler: clang
script:
- brew install mbedtls
- python test/run.py
- make ws
# # Linux
- os: linux
dist: xenial
script:
- python test/run.py
- make ws
env:
- CC=gcc
- CXX=g++
# - os: linux
# dist: xenial
# script:
# - python test/run.py
# - make ws
# env:
# - CC=gcc
# - CXX=g++
# Clang + Linux disabled for now
# - os: linux