mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 18:32:25 +00:00
23 lines
379 B
YAML
23 lines
379 B
YAML
name: CXXRTL build
|
|
|
|
on:
|
|
push:
|
|
branches: [ "main" ]
|
|
pull_request:
|
|
branches: [ "main" ]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
cxxrtl-build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout repo
|
|
uses: actions/checkout@v4
|
|
|
|
- uses: kivikakk/niar/setup-action@main
|
|
|
|
- name: Elaborate, compile and run cxxrtl
|
|
run: python -m newproject cxxrtl
|