commit | 2ed743578ae9a3c673f182e5f1c5c29b27217789 | [log] [tgz] |
---|---|---|
author | Adrian Brandemuehl <abrandemuehl@gmail.com> | Wed Aug 23 20:29:57 2017 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Sep 26 23:46:32 2017 -0700 |
tree | ccde32c3b45a3bae12899f14a5294f376b005a6a | |
parent | 526ebd2c1da799e9f931867618c89b83a732fdb3 [diff] [blame] |
Add jenkins test script Change-Id: If36b19ccb7dca233045065162043c07b35374333
diff --git a/tools/ci/run-tests.sh b/tools/ci/run-tests.sh new file mode 100755 index 0000000..4de8e30 --- /dev/null +++ b/tools/ci/run-tests.sh
@@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +bazel --batch test -c opt --curses=no --color=no --jobs=1 //... -- $(cat NO_BUILD_AMD64) +bazel --batch build -c opt --curses=no --color=no --jobs=1 //... --cpu=roborio -- $(cat NO_BUILD_ROBORIO)