added initial ci conf
This commit is contained in:
parent
840c131a98
commit
b6916d2f8c
3 changed files with 29 additions and 0 deletions
5
.semaphoreci/tests.sh
Executable file
5
.semaphoreci/tests.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue