test
Some checks failed
on-push / build-and-test (push) Failing after 3s

This commit is contained in:
RYAN 2024-09-02 01:31:52 +02:00
commit 6fd93f48a9
Signed by: RYAN
GPG Key ID: 3BD93EABD1407B82

View 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