1
0
Fork 0

GitHub Actions: Live ISO

master
dump_stack() 2020-01-05 06:29:26 +00:00
parent 6536200669
commit cead5bab74
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 17 additions and 0 deletions

View File

@ -31,3 +31,20 @@ jobs:
run: |
. ~/.nix-profile/etc/profile.d/nix.sh
make nix
live-iso:
name: Live ISO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Nix
run: |
curl https://nixos.org/nix/install | sh
. ~/.nix-profile/etc/profile.d/nix.sh
nix-channel --update
- name: Generate Live ISO
run: |
. ~/.nix-profile/etc/profile.d/nix.sh
make -C os live-iso