Skip to content

Commit 39d63da

Browse files
committed
add ci.yml
1 parent 116c974 commit 39d63da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CI"
2+
on:
3+
pull_request:
4+
push:
5+
jobs:
6+
nix:
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
fail-fast: false
10+
matrix:
11+
os: [ubuntu-latest, macos-latest]
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: DeterminateSystems/nix-installer-action@main
15+
- uses: DeterminateSystems/magic-nix-cache-action@main
16+
- run: nix -L build "."

0 commit comments

Comments
 (0)