mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Add Nix build job
This commit is contained in:
parent
287c6d6043
commit
a4138a4b44
12
.github/workflows/ubuntu.yml
vendored
12
.github/workflows/ubuntu.yml
vendored
|
@ -14,3 +14,15 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: go build
|
||||
|
||||
nix-build:
|
||||
name: nix-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install Nix
|
||||
run: curl https://nixos.org/nix/install | sh
|
||||
|
||||
- name: Build
|
||||
run: sudo make nix # root required for Nix build sandbox
|
||||
|
|
Loading…
Reference in a new issue