From b7646b05003f6f3fa0087e610719ebefd5fef9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 31 Dec 2021 16:10:54 +0100 Subject: [PATCH] feat(ci): add github action --- .github/workflows/niveum.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/niveum.yml diff --git a/.github/workflows/niveum.yml b/.github/workflows/niveum.yml new file mode 100644 index 0000000..2e1132e --- /dev/null +++ b/.github/workflows/niveum.yml @@ -0,0 +1,14 @@ +name: CI +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + system: [makanek,manakish,kabsa,zaatar] + steps: + - uses: actions/checkout@v2 + - uses: cachix/install-nix-action@v16 + - run: nix run .#build-${{matrix.system}}