commit | bc98fcfe3752f21a16228473b253c0816335440e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Aug 16 23:18:50 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 20 10:26:40 2014 -0500 |
tree | 3d3e4f9f01c795c3ffed2aec597f9c0b5abb771a | |
parent | 411ee4bf23b24f0b323abefd7153a54f1da0addf [diff] [blame] |
ci: Add Jenkins build and testing scripts Change-Id: Ifaa9dc8ba7c5185c0d20ea3a3784638cbb9efbaa
diff --git a/.jenkins b/.jenkins new file mode 100755 index 0000000..5b3f477 --- /dev/null +++ b/.jenkins
@@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +for i in `find "$DIR/.jenkins.d" -type f -perm +111 | sort`; do + echo "Run: $i" + $i +done