Modify tests to only run if non-static files have been modified
This commit is contained in:
parent
9227d32d57
commit
5c4692a0df
5 changed files with 29 additions and 12 deletions
8
.semaphoreci/job2.sh
Executable file
8
.semaphoreci/job2.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue