Delete old code #55
@ -1,4 +1,5 @@
|
||||
set -eux
|
||||
mkdir -p $HOME/bloat-buster-artifacts/releases/main/
|
||||
if [[ -n "${BUILD_DEBUG:-}" ]]; then
|
||||
cp $HOME/bloat-buster-artifacts/releases/$(git rev-parse --abbrev-ref HEAD)/$(git rev-parse HEAD)/compiler_generic_debug $HOME/bloat-buster-artifacts/releases/main/
|
||||
fi
|
||||
|
@ -2,9 +2,9 @@
|
||||
set -eux
|
||||
if [[ -n "${BUILD_DEBUG:-}" ]]; then
|
||||
export BUILD_DEBUG
|
||||
CMAKE_BUILD_TYPE=Debug ./reproduce.sh
|
||||
CMAKE_BUILD_TYPE=Debug ci/reproduce.sh
|
||||
fi
|
||||
CMAKE_BUILD_TYPE=Release ./reproduce.sh
|
||||
CMAKE_BUILD_TYPE=Release-assertions ./reproduce.sh
|
||||
./install.sh
|
||||
./release.sh
|
||||
CMAKE_BUILD_TYPE=Release ci/reproduce.sh
|
||||
CMAKE_BUILD_TYPE=Release-assertions ci/reproduce.sh
|
||||
ci/install.sh
|
||||
ci/release.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user