switch to garnix ci for linux

This commit is contained in:
Jörg Thalheim 2023-06-18 18:24:47 +07:00
parent 1a2e8fcd11
commit 721f78afb4
2 changed files with 5 additions and 22 deletions

View File

@ -1,22 +0,0 @@
name: "Test"
on:
pull_request:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v21
- name: List flake structure
run: nix flake show
- name: Run tests
run: nix flake check -L

5
garnix.yaml Normal file
View File

@ -0,0 +1,5 @@
builds:
include:
- '*.x86_64-linux.*'
- 'packages.aarch64-darwin.*'
- nixosConfigurations.*