Skip to content

Commit

Permalink
Add nix build CI action
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Nov 20, 2023
1 parent 5679c01 commit 4f3475a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ jobs:
run: |
docker buildx build --platform linux/amd64 --file ci/e2e.dockerfile .
nix-build:
name: Run nix-build
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
include:
- os: ubuntu-latest
- os: macos-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v26
- run: nix flake check
- run: nix build

build:
name: Build and check
strategy:
Expand Down

0 comments on commit 4f3475a

Please sign in to comment.