mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Run make and regression-wally in installation test
This commit is contained in:
parent
17b3013f8d
commit
479a59e44b
12
.github/workflows/install.yml
vendored
12
.github/workflows/install.yml
vendored
@ -37,6 +37,12 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
run: sudo ./bin/wally-tool-chain-install.sh
|
||||
- name: setup
|
||||
run: source setup.sh
|
||||
- name: make tests
|
||||
run: make
|
||||
- name: regresssion
|
||||
run: regression-wally
|
||||
rhel_family_install:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
@ -62,3 +68,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
run: ./bin/wally-tool-chain-install.sh
|
||||
- name: setup
|
||||
run: source setup.sh
|
||||
- name: make tests
|
||||
run: make
|
||||
- name: regresssion
|
||||
run: regression-wally
|
||||
|
40
.github/workflows/test.yml
vendored
40
.github/workflows/test.yml
vendored
@ -1,40 +0,0 @@
|
||||
name: test
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
ubuntu_install:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-20.04", "ubuntu-22.04"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: check
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
mkdir /opt/riscv
|
||||
source setup.sh
|
||||
echo $PATH
|
||||
rhel_family_install:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ${{ matrix.os }}
|
||||
options: --privileged --mount type=bind,source=/,target=/host
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["rockylinux:8", "almalinux:8"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: check
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
mkdir /opt/riscv
|
||||
source setup.sh
|
||||
echo $PATH
|
Loading…
Reference in New Issue
Block a user