mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
ci-macos (#46)
This commit is contained in:
parent
19d7522ff7
commit
b22ffacb24
1 changed files with 7 additions and 2 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -1,12 +1,17 @@
|
|||
name: "CI"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
nix:
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
system: [aarch64-linux, aarch64-darwin]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixci
|
||||
- run: nixci --build-systems "github:nix-systems/${{ matrix.system }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue