blob: a26c8a069ce78e7577f3d7619f35fde7515bfa80 [file] [log] [blame]
Yuta HIGUCHI679da212017-10-30 17:02:11 -07001#!/bin/bash -ex
Ray Milkey35100682017-10-30 16:09:34 -07002ONOS_ROOT=`pwd`
3. tools/build/envDefaults
4echo $PATH
Yuta HIGUCHI679da212017-10-30 17:02:11 -07005onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$')
Yuta HIGUCHI3b4ab1e2017-11-01 19:38:20 -07006onos-buck test || onos-buck test --only-failing