diff options
author | Marvin Borner | 2020-01-12 22:45:32 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-12 22:45:32 +0100 |
commit | 65f64cbd57d6aaf1a2c25613a7cdb2dbafb5589f (patch) | |
tree | 3d503eec6aa1dcc65f27e10ca1184ee1d3441417 /.github | |
parent | 0579330b3999c28a843688dac08f4c712685dbdf (diff) |
Improved installation boot && test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 231b257..90e7cfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,8 @@ jobs: run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev curl nasm genisoimage qemu qemu-kvm mtools - name: Build run: sh run build + - name: Test install + run: sh run image - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') |