blob: 51bf12e023da59a91f4cef11ddfb46560988f3ef [file] [log] [blame]
#!/bin/sh
set -e
set -x
TARGETS='//... @com_github_google_glog//...'
bazel test -c opt --curses=no --color=no ${TARGETS}
bazel build -c opt --curses=no --color=no ${TARGETS} --cpu=roborio
bazel build --curses=no --color=no ${TARGETS} --cpu=armhf-debian
bazel build -c opt --curses=no --color=no //motors/... --cpu=cortex-m4f