Skip to content

Commit

Permalink
New workflow to build lisp kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
xrme authored Mar 23, 2024
1 parent c197bd0 commit 78caef4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lisp-kernel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build lisp kernel

on: workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: make
working-directory: lisp-kernel/linuxx8664

0 comments on commit 78caef4

Please sign in to comment.