-
redpesk factory releases
-
Continuous delivery
-
Projects management
-
Containers management
-
Images management
-
Applications management
-
Build
-
Security & supply chain
-
Monitoring
-
redpesk command line interface (rp-cli)
-
Local builder
-
Test Framework
-
Models boards management
-
SOTA
-
External Triggers
Installation
From package
You can run the same command on a target runing a redpesk OS or in the SDK container (development mode).
dnf install afb-test
From sources
When developing inside the SDK container, to install the build dependencies, run the following command:
dnf builddep afb-test
Then clone and build from sources.
git clone https://github.com/redpesk-common/afb-test.git
cd afb-test
mkdir build
cd build
cmake ..
make