From 29dbc4cc7b571bc0e4ec1c05076fd4b778871fe8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 2 Jun 2024 16:54:09 +0200 Subject: [PATCH] WIP Add CI --- .forgejo/workflows/build.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .forgejo/workflows/build.yaml diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..76b204e --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,12 @@ +on: [push] + +jobs: + ls: + runs-on: docker + container: + image: quay.io/buildah/stable + steps: + - uses: https://code.forgejo.org/actions/checkout@v4 + - run: | + ls -l + buildah build --layers -t osu --build-arg OSU_VERSION=2024.412.1 --jobs 0