# radvd-ci **Repository Path**: github-opensource/radvd-ci ## Basic Information - **Project Name**: radvd-ci - **Description**: https://github.com/radvd-project/radvd-ci.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Router Advertisement Daemon (radvd) Buildroot CI images A Buildroot-based CI that allows checking radvd build against various CPU architectures and C libraries. This repository contains the script to generate customized prebuilt Buildroot images that are used by a GitHub action in the radvd repository. The prebuilt Buildroot images are automatically generated then stored in this repository [releases](https://github.com/radvd-project/radvd-ci/releases) section. ## Requirements The script in this repository is designed to run on **Ubuntu 22.04**. Make sure the following packages are installed : ``` sudo apt install build-essential curl git zstd ``` ## Usage Run the `build-image.sh` script from your current user account (there is no need to be `root`) : ``` cd path/to/radvd-ci ./build-image.sh ``` Run `build-image.sh` without parameter to display the embedded help.