build ws on travis (mac + linux)
This commit is contained in:
parent
671c9f805f
commit
8085e1416c
@ -7,12 +7,14 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
- python test/run.py
|
- python test/run.py
|
||||||
|
- make ws
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
script:
|
script:
|
||||||
- python test/run.py
|
- python test/run.py
|
||||||
|
- make ws
|
||||||
env:
|
env:
|
||||||
- CC=gcc
|
- CC=gcc
|
||||||
- CXX=g++
|
- CXX=g++
|
||||||
|
3
makefile
3
makefile
@ -11,6 +11,9 @@ install: brew
|
|||||||
brew:
|
brew:
|
||||||
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 -DUSE_WS=1 .. ; make -j install)
|
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 -DUSE_WS=1 .. ; make -j install)
|
||||||
|
|
||||||
|
ws:
|
||||||
|
mkdir -p build && (cd build ; cmake -DUSE_TLS=1 -DUSE_WS=1 .. ; make -j)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
xargs rm -fv < build/install_manifest.txt
|
xargs rm -fv < build/install_manifest.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user