blob: 44fdf0b5c52ecb76e28906e9cf6c361b80fb1ade [file] [log] [blame]
Yuta HIGUCHI679da212017-10-30 17:02:11 -07001#!/bin/bash -ex
Ray Milkeycb569c32017-12-12 13:42:20 -08002
3# exit on errors
4set -eu -o pipefail
5
Ray Milkey35100682017-10-30 16:09:34 -07006ONOS_ROOT=`pwd`
7. tools/build/envDefaults
8echo $PATH
Yuta HIGUCHIc21c67c2018-05-04 17:52:08 -07009onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$' -e '-tests$')
Yuta HIGUCHI3b4ab1e2017-11-01 19:38:20 -070010onos-buck test || onos-buck test --only-failing