Merge pull request #280 from nathanchance/silence-new-ruff-warning #129
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build test | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: bash ci.sh deps | |
- name: Build LLVM | |
run: bash ci.sh llvm | |
- name: Build binutils | |
run: bash ci.sh binutils | |
- name: Build kernel | |
run: bash ci.sh kernel |