CI for MacOS.

This commit is contained in:
Alexander Myltsev 2024-02-03 15:09:53 +04:00 committed by GitHub
parent f6199e50ae
commit 855c1c6cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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