blob: e0e7bb63abb922d5c48e54a10dabd59fdf37235d [file] [log] [blame]
Adrian Brandemuehl2ed74352017-08-23 20:29:57 -07001#!/bin/sh
2set -e
Brian Silverman1e5cc022018-02-03 22:59:48 -05003set -x
Adrian Brandemuehl2ed74352017-08-23 20:29:57 -07004
Austin Schuh033df092019-01-21 19:46:48 -08005TARGETS='//... @com_github_google_glog//... @com_google_ceres_solver//...'
Austin Schuh10358f22019-01-21 20:25:11 -08006
7bazel test -c opt --curses=no --color=no ${TARGETS}
8bazel build -c opt --curses=no --color=no ${TARGETS} --cpu=roborio
9bazel build --curses=no --color=no ${TARGETS} --cpu=armhf-debian
Brian Silverman7a7c24d2018-09-01 17:49:09 -070010bazel build -c opt --curses=no --color=no //motors/... --cpu=cortex-m4f