From cead5bab742231b2f1be77e90503174bb50b3567 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 5 Jan 2020 06:29:26 +0000 Subject: [PATCH] GitHub Actions: Live ISO --- .github/workflows/ubuntu.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 923a16f..a0fb18d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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