Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleBuild ONOS 1.14 or newer
$cd$ cd $ONOS_ROOT
$ bazel build onos

...

Code Block
languagebash
titleBuild ONOS 1.13 or older
$ $ONOS_ROOT/tools/build/onos-buck build onos --show-output

...

Code Block
languagebash
titleRun unit tests for ONOS 1.14 or newer
$cd$ cd $ONOS_ROOT
$ bazel query 'tests(//...)' | xargs bazel test

...

Code Block
languagebash
titleRun unit test for ONOS 1.13 or older
$ $ONOS_ROOT/tools/build/onos-buck test