Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rouseabout committed Jan 3, 2025
1 parent 8919b2d commit 6a6327c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: push
jobs:
i686:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y git curl build-essential nasm texinfo libgmp-dev libmpfr-dev libmpc-dev lzip e2tools grub2-common grub-pc-bin xorriso parted qemu-system-x86 tofrodos sysvbanner
- run: make cdrom.iso

0 comments on commit 6a6327c

Please sign in to comment.