Alexander Myltsev 9963c3f6a0
Add LLVM build.
2023-01-27 16:55:45 +04:00

22 lines
364 B
YAML

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build disk image
run: make image.bin
llvm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: LLVM build
run: make LLVM=on image.bin