Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 20, 2023
1 parent beb20b6 commit acc7147
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:

jobs:
build-default-x86_64:
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- run: apt -qqy update && apt -qqy install build-essential git flex bison wget unzip
- uses: actions/checkout@v4
with:
submodules: true
- run: pwd && ls -alh
- run: UK_DEFCONFIG=$(pwd)/defconfigs/qemu-x86_64 make defconfig
- run: make

0 comments on commit acc7147

Please sign in to comment.