From f13fff418843e74e0d062938b6d6006751e7d1d8 Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 25 Jun 2025 16:58:48 +0200 Subject: [PATCH] add ci --- .forgejo/workflows/demo.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..8b2f97f --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,9 @@ +on: [push] +jobs: + test: + runs-on: native + steps: + - run: | + git clone -q $GITHUB_SERVER_URL/$GITHUB_REPOSITORY repo + git -C repo checkout $GITHUB_REF + - run: nix build ./repo#nixosConfigurations.hs