Skip to content

Merge branch 'develop' of https://github.com/hyoklee/hdf5 into develop #13

Merge branch 'develop' of https://github.com/hyoklee/hdf5 into develop

Merge branch 'develop' of https://github.com/hyoklee/hdf5 into develop #13

name: riscv64 lin auto
on: [push, pull_request]
jobs:
riscv64_job:
runs-on: ubuntu-latest
name: riscv64 lin auto
steps:
- uses: actions/checkout@v4.1.1
- uses: uraimo/run-on-arch-action@v2
name: Run
id: runcmd
with:
arch: riscv64
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -q -y autotools-dev cmake git g++ libtool
run: |
./autogen.sh
./configure
make
make check
make install
make uninstall