CI for MacOS.
This commit is contained in:
parent
f6199e50ae
commit
855c1c6cc1
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -21,3 +21,12 @@ jobs:
|
|||||||
run: sudo apt-get install -y lld
|
run: sudo apt-get install -y lld
|
||||||
- name: LLVM build
|
- name: LLVM build
|
||||||
run: make LLVM=on image.bin
|
run: make LLVM=on image.bin
|
||||||
|
macos:
|
||||||
|
runs-on: macos-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: install llvm
|
||||||
|
run: brew install llvm
|
||||||
|
- name: LLVM build
|
||||||
|
run: make LLVM=on image.bin
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user