1
0
Fork 0

Modify tests to only run if non-static files have been modified

This commit is contained in:
Daniel Tomcej 2018-05-18 16:30:03 -06:00 committed by Traefiker Bot
parent 9227d32d57
commit 5c4692a0df
5 changed files with 29 additions and 12 deletions

8
.semaphoreci/job2.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
ci_retry make validate
if [ -n "$SHOULD_TEST" ]; then ci_retry make test-unit; fi
if [ -n "$SHOULD_TEST" ]; then make -j${N_MAKE_JOBS} crossbinary-default-parallel; fi