Skip to content

Commit

Permalink
add nixos build
Browse files Browse the repository at this point in the history
Signed-off-by: C0D3 M4513R <[email protected]>
  • Loading branch information
C0D3-M4513R committed Jun 7, 2024
1 parent 2779258 commit 24c631a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ permissions:
contents: write

jobs:
nixbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-24.05
- uses: DeterminateSystems/magic-nix-cache-action@v3
- run: nix-build
test:
name: Run test suite
strategy:
Expand Down Expand Up @@ -162,4 +171,4 @@ jobs:
name: jreleaser-release
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties
out/jreleaser/output.properties

0 comments on commit 24c631a

Please sign in to comment.