DEBSOURCES
Skip Quicknav
sources / ares / 147%2Bdfsg-3 / .github / scripts / build_ubuntu.sh
123456789101112
#!/usr/bin/env bash set -euo pipefail # configure cmake --preset $TARGET_PRESET # change into the build directory pushd build ninja popd