feat: 2.0.9 Rough support for more kernels #243
Workflow file for this run
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: (anviltest) base init -> purge mode | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: make | |
- name: Run check | |
run: make check | |
- name: Run distcheck | |
run: make distcheck | |
- name: Run ./amboso as base init -> purge mode, +verbose (-Bip -V 2) | |
run: ./amboso -Bip -V 5 |