Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 586 Bytes

File metadata and controls

17 lines (12 loc) · 586 Bytes

build-scripts

This repository holds scripts used to automate the build, test, and deployment of Nextoo.

To build Nextoo binaries for a given profile, try this:

mkdir /tmp/nextoo-build
cd /tmp/nextoo-build
git clone https://github.com/nextoo/build-scripts.git
./build-scripts/build.sh /tmp/nextoo-build/target server/router

(In this case, the profile is server/router, and /tmp/nextoo-build/target is the build directory)

Note that you must be root to run this since 'mount' is used during the environment setup, and a chroot is used for the actual build.