From de65bdcfd7081a4e581e5f672524880fa0ffe1d4 Mon Sep 17 00:00:00 2001 From: Lukas Plevac Date: Sat, 19 Oct 2024 15:55:18 +0200 Subject: [PATCH] added runner --- .gitea/gitea-ci.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/gitea-ci.yaml diff --git a/.gitea/gitea-ci.yaml b/.gitea/gitea-ci.yaml new file mode 100644 index 0000000..470e8bb --- /dev/null +++ b/.gitea/gitea-ci.yaml @@ -0,0 +1,14 @@ +name: Build +run-name: ${{ gitea.actor }} is runs ci pipeline +on: [ push ] + +jobs: + build: + runs-on: archlinux-latest + steps: + - run: pacman -Syyu --noconfirm archiso + - run: ./build + - uses: actions/upload-artifact@v4 + with: + name: images + path: out/