1
0
Fork 0

added initial ci conf

This commit is contained in:
Attilio Borello 2017-05-04 15:23:04 +02:00
parent 840c131a98
commit b6916d2f8c
3 changed files with 29 additions and 0 deletions

5
.semaphoreci/tests.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
make test-unit && make test-integration
make -j${N_MAKE_JOBS} crossbinary-default-parallel