mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-20 11:18:38 +03:00
switch to garnix ci for linux
This commit is contained in:
parent
1a2e8fcd11
commit
721f78afb4
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -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
5
garnix.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
builds:
|
||||
include:
|
||||
- '*.x86_64-linux.*'
|
||||
- 'packages.aarch64-darwin.*'
|
||||
- nixosConfigurations.*
|
Loading…
Reference in New Issue
Block a user