Skip to content

Commit

Permalink
Upload ISO artifact with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aweeraman committed Sep 22, 2020
1 parent 35d4d5f commit bb41785
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: make download-deps

- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y gcc-i686-linux-gnu binutils-i686-linux-gnu gcc-arm-none-eabi
run: sudo apt-get update && sudo apt-get install -y gcc-i686-linux-gnu binutils-i686-linux-gnu gcc-arm-none-eabi grub-common

- name: Update build config for CI
run: |
Expand All @@ -25,6 +25,14 @@ jobs:
- name: Build Odyssey (x86)
run: make

- name: Build ISO
run: make iso

- uses: actions/upload-artifact@v2
with:
name: odyssey.iso
path: odyssey.iso

- name: Clean workspace
run: make clean

Expand Down

0 comments on commit bb41785

Please sign in to comment.