This commit is contained in:
commit
6fd93f48a9
15
.gitea/workflows/on-push.yaml
Normal file
15
.gitea/workflows/on-push.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: on-push
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: linux
|
||||
container: code.helloryan.se/infra/buildenv/cxx-amd64-fedora-40:latest
|
||||
volumes:
|
||||
- /src
|
||||
- /build
|
||||
steps:
|
||||
- name: Init
|
||||
run: bpkg create -d /src cc config.cxx=g++
|
||||
- name: Build
|
||||
run: cd /src && bpkg build $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
Loading…
Reference in New Issue
Block a user