forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(s390x,riscv64): install c++ via cmake
- Loading branch information
Showing
5 changed files
with
7 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,29 +5,22 @@ on: [push, pull_request] | |
jobs: | ||
riscv64_job: | ||
runs-on: ubuntu-latest | ||
name: Build on ubuntu-latest riscv64 | ||
name: riscv64 lin auto | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: uraimo/run-on-arch-action@v2 | ||
name: Run commands | ||
name: Run | ||
id: runcmd | ||
with: | ||
arch: riscv64 | ||
distro: ubuntu_latest | ||
githubToken: ${{ github.token }} | ||
install: | | ||
apt-get update -q -y | ||
apt-get install -q -y git | ||
apt-get install -q -y autoconf automake libtool | ||
apt-get install -q -y autotools-dev cmake git g++ libtool | ||
run: | | ||
echo ::set-output name=uname::$(uname -a) | ||
./autogen.sh | ||
./configure | ||
make | ||
make check | ||
sudo make install | ||
sudo make uninstall | ||
- name: Get the output | ||
run: | | ||
echo "The uname output was ${{ steps.runcmd.outputs.uname }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: windows ninja icx ifx | ||
name: win ninja icx ifx | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters