testing cloudsonar with travis

This commit is contained in:
Phuntsok Drak-pa
2018-11-21 00:52:03 +01:00
parent 2b932f3e1a
commit 652146a93a
3 changed files with 14 additions and 23 deletions

View File

@@ -1,3 +1,6 @@
all:
@mkdir -p build
@cd build && pwd && cmake -DCMAKE_BUILD_TYPE=Release .. && make
release:
@mkdir -p build
@cd build && pwd && cmake -DCMAKE_BUILD_TYPE=Release .. && make