build ws on travis (mac + linux)

This commit is contained in:
Benjamin Sergeant
2019-05-16 07:01:15 -07:00
parent 243f41bf28
commit 3a55c7aaba
2 changed files with 5 additions and 0 deletions

View File

@ -7,12 +7,14 @@ matrix:
compiler: clang
script:
- python test/run.py
- make ws
# Linux
- os: linux
dist: xenial
script:
- python test/run.py
- make ws
env:
- CC=gcc
- CXX=g++