From a0b810ea258f1be6587d07d4451b605f1aeb9b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac=20Jacqu=C3=A9?= Date: Mon, 25 Sep 2023 15:20:54 +0200 Subject: [PATCH] Add gitea CI --- .gitea/workflows/ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..2a7eca4 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,11 @@ +name: Build PPPOE-Hero +run-name: Build PPPOE-Hero +on: [push] + +jobs: + Build-PPPOE-Hero: + runs-on: nix + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - run: nix-build