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 - 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