commit | 9bfaaad482a57854258c66fbf852c23dccebb2ce | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Oct 25 09:51:50 2019 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Oct 28 15:33:15 2019 -0500 |
tree | cacc71bf9323872e491a5a96f8e6ef2f3a299443 | |
parent | 7376fa8ccdf9ee8d396267ae97f9119501478f51 [diff] |
unit-test: Run repo specific CI scripts Allow repositories to have custom CI tests that aren't based on C++ unit tests by finding and running any 'run-ci.sh' scripts found in the repository. A nonzero exit status will fail the test. The script will be run with the 'sh' command with the base directory of the repository as the current working directory. Change-Id: I87db4d34b6e1db9472c9b97241ce771eeab3fa7c Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Build script for CI jobs in Jenkins.