build ws on travis (mac + linux)
This commit is contained in:
parent
dae21e7681
commit
bb0c6f9a8a
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user