Update Gitea on-push workflow
All checks were successful
on-push / build-and-test (push) Successful in 20s

This commit is contained in:
RYAN 2024-09-02 00:50:06 +02:00
parent da74f00f79
commit aa48b0a903
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View File

@ -5,6 +5,14 @@ jobs:
build-and-test: build-and-test:
runs-on: linux runs-on: linux
container: code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest container: code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest
volumes:
- /build
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 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