Builds on knulli
This commit is contained in:
7
scripts/build-rg35xxh.sh
Executable file
7
scripts/build-rg35xxh.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cmake -S . -B build-rg35xxh -G Ninja \
|
||||
-DDUSK_BUILD_TESTS=ON \
|
||||
-DDUSK_TARGET_SYSTEM=rg35xxh \
|
||||
-DCMAKE_TOOLCHAIN_FILE=./cmake/toolchains/aarch64-linux-gnu.cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build build-rg35xxh -- -j$(nproc)
|
||||
Reference in New Issue
Block a user