From aa48b0a90312b4dc7705326717cf3a39310fe69d Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 2 Sep 2024 00:50:06 +0200 Subject: [PATCH] Update Gitea on-push workflow --- .gitea/workflows/on-push.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index cb616ba..a438926 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -5,6 +5,14 @@ jobs: build-and-test: runs-on: linux container: code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest + volumes: + - /build steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Initialize + run: bdep init -C /build cc config.cxx=g++ config.cc.coptions="-Wall -Werror" + - name: Build + run: b + - name: Test + run: b test