From 019f021488c4be20c56e19529523b8066fb5c1a6 Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Sat, 21 Jun 2025 12:07:06 -0600 Subject: [PATCH] Install binaries --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 85df234..e5ba0fd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - BIRTH_CMAKE_BUILD_TYPE: [ Debug, RelWithDebInfo, Release, MinSizeRel ] + BIRTH_CMAKE_BUILD_TYPE: [ Debug, Release ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -34,3 +34,5 @@ jobs: ./generate.sh ./build.sh ./build/bb test + mkdir -p $HOME/bloat-buster-releases + mv ./self-hosted-bb-cache $HOME/bloat-buster-releases/$CMAKE_BUILD_TYPE