Skip to content

Commit

Permalink
ci: add test build with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jun 26, 2024
1 parent c4889f9 commit 4ea9495
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-quickgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,18 @@ jobs:
name: Quickgui-${{github.run_number}}-linux-x64
path: build/linux/x64/release/bundle
overwrite: true

build-with-nix:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@v12"
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
- name: "Build with Nix ❄️"
run: |
nix build .#quickgui
tree ./result

0 comments on commit 4ea9495

Please sign in to comment.