1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00

nix based ci

This commit is contained in:
Robin Appelman 2023-07-09 18:25:41 +02:00
commit ba1b642b92
7 changed files with 1945 additions and 0 deletions

18
.github/workflows/nix.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: icewind1991/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: '${{ secrets.ATTIC_TOKEN }}'
- run: nix build .#plugin