Update Gitea on-push workflow
This commit is contained in:
parent
da74f00f79
commit
aa48b0a903
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user