Check that kernel source code has extern C defined (#70) #71
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: Windows Riallto CI Testing | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- 'README.md' | |
- 'CONTRIBUTING.md' | |
- 'LICENSE**' | |
- 'notebooks/**' | |
- 'scripts/utils/**' | |
- 'scripts/wsl/**' | |
- '**/*.ipynb' | |
- '.github/ISSUE_TEMPLATE/**' | |
- '.github/*.md' | |
- 'docs/images' | |
pull_request: | |
types: [assigned, opened, synchronize, reopened] | |
paths-ignore: | |
- 'README.md' | |
- 'CONTRIBUTING.md' | |
- 'LICENSE**' | |
- 'notebooks/**' | |
- 'scripts/utils/**' | |
- 'scripts/wsl/**' | |
- '**/*.ipynb' | |
- '.github/ISSUE_TEMPLATE/**' | |
- '.github/*.md' | |
- 'docs/images' | |
workflow_dispatch: | |
jobs: | |
birman-tests: | |
name: not-birman-15-tests | |
runs-on: self-hosted-windows | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- name: run pytests | |
run: | | |
activate_venv.ps1 ; py.exe -m pip install .; py.exe -m pytest ./tests |