All checks were successful
Build Dusk / run-tests (push) Successful in 1m15s
Build Dusk / build-linux (push) Successful in 1m6s
3 lines
126 B
Bash
Executable File
3 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
cmake -S . -B build-linux -DDUSK_BUILD_TESTS=ON -DDUSK_TARGET_SYSTEM=linux
|
|
cmake --build build-linux -- -j$(nproc) |