Skip to content

Commit

Permalink
Create regress.yml
Browse files Browse the repository at this point in the history
Signed-off-by: dhower-qc <[email protected]>
  • Loading branch information
dhower-qc authored Jul 13, 2024
1 parent 32f46dc commit 6693b29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/regress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Regression test
on:
pull_request:
branches:
- main
jobs:
regress:
runs-on: ubuntu-latest
steps:
- name: Clone Github Repo Action
uses: GuillaumeFalourd/[email protected]
with:
depth: 1
branch: 'main'
- name: Setup apptainer
uses: eWaterCycle/[email protected]
- name: Setup project
run: apptainer run --home ${{ github.workspace }}/.home oras://docker.io/riscvintl/spec-generator:0.1 ./bin/setup
- name: Build html documentation for generic_rv64
run: apptainer run --home ${{ github.workspace }}/.home oras://docker.io/riscvintl/spec-generator:0.1 bundle exec rake gen:html[generic_rv64]

0 comments on commit 6693b29

Please sign in to comment.