Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
fee38865a95d1b00d9383dbc8a1935da35ccb11b
/
.
/
tools
/
ci
/
run-tests.sh
blob: 4de8e3061aaddfe0cc078fbc7fab4874b076f7e1 [
file
] [
log
] [
blame
]
#!/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
)