bloat-buster/ci/release_locally.sh
David Gonzalez Martin 06f71b71d7
All checks were successful
CI / ci (Release, ubuntu-latest) (push) Successful in 30s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 39s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m54s
CI / release (ubuntu-latest) (push) Successful in 9s
Fix script paths
2025-06-24 22:11:33 -06:00

11 lines
256 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
if [[ -n "${BUILD_DEBUG:-}" ]]; then
export BUILD_DEBUG
CMAKE_BUILD_TYPE=Debug ci/reproduce.sh
fi
CMAKE_BUILD_TYPE=Release ci/reproduce.sh
CMAKE_BUILD_TYPE=Release-assertions ci/reproduce.sh
ci/install.sh
ci/release.sh