try to run ws test on linux + macOS on travis

This commit is contained in:
Benjamin Sergeant 2019-05-16 13:56:25 -07:00
parent 309ed80446
commit 964fb20df9
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -52,7 +52,7 @@ test:
python2.7 test/run.py
ws_test: all
(cd ws ; bash test_ws.sh)
(cd ws ; env DEBUG=1 PATH=../ws/build:$$PATH bash test_ws.sh)
# For the fork that is configured with appveyor
rebase_upstream:
@ -67,3 +67,4 @@ install_cmake_for_linux:
.PHONY: test
.PHONY: build
.PHONY: ws

View File

@ -61,4 +61,4 @@ sleep 2
kill `cat /tmp/ws_test/pidfile.transfer`
kill `cat /tmp/ws_test/pidfile.receive`
kill `cat /tmp/ws_test/pidfile.send`
exit 0