mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 00:41:10 +02:00
7 lines
272 B
Bash
Executable File
7 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Packages ONOS distributable into onos.tar.gz file
|
|
# -----------------------------------------------------------------------------
|
|
|
|
SHLVL=1 bazel build //:onos && onos-check-bits
|