mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 18:32:28 +02:00
7 lines
232 B
Bash
Executable File
7 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Builds the ONOS from source.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
SHLVL=1 bazel build //:onos
|