mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
17 lines
322 B
YAML
17 lines
322 B
YAML
name: "CI"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
nix:
|
|
runs-on: self-hosted
|
|
strategy:
|
|
matrix:
|
|
system: [aarch64-linux, aarch64-darwin]
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: nixci build --systems "github:nix-systems/${{ matrix.system }}" -- --show-trace
|