run tests in Travis-CI

pull/31/head
Steffen Vogel 8 years ago
parent 403c3a9e93
commit 581bd6e9af

@ -23,4 +23,7 @@ before_install:
fi
script:
- mkdir build && cd build && cmake .. -DBUILD_PYTHON_BINDINGS=ON && make
- mkdir build && cd build
- cmake .. -DBUILD_PYTHON_BINDINGS=ON
- make
- make test

Loading…
Cancel
Save