Add LLVM build.
This commit is contained in:
parent
5c3656adac
commit
9963c3f6a0
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -8,10 +8,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: build disk image
|
- name: build disk image
|
||||||
run: make image.bin
|
run: make image.bin
|
||||||
|
llvm:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: LLVM build
|
||||||
|
run: make LLVM=on image.bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user