You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
665 B
YAML

name: test
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
Unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip3 install 'git+https://github.com/nmigen/nmigen.git'
- run: pip3 install 'git+https://github.com/nmigen/nmigen-soc.git'
- run: python -m unittest -v
Verilog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip install git+https://github.com/nmigen/nmigen.git#egg=nmigen[builtin-yosys]
- run: pip3 install 'git+https://github.com/nmigen/nmigen-soc.git'
- run: python -m lpcperipheral.lpcperipheral