Skip to content

Commit

Permalink
ci: use 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 1, 2024
1 parent a935127 commit e657a5b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: arm64 OpenBSD 7.2 CMake
name: arm64

on:
push:
Expand All @@ -14,14 +14,14 @@ jobs:
os:
- name: openbsd
architecture: arm64
version: '7.2'
version: '7.4'
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.8.0
uses: cross-platform-actions/action@v0.23.0
env:
FOO: A
BAR: B
Expand All @@ -32,20 +32,11 @@ jobs:
version: '${{ matrix.os.version }}'
shell: bash
run: |
uname -a
echo $SHELL
pwd
ls -lah
whoami
env | sort
sudo pkg_add git
git clone https://github.com/hyoklee/hdf4
cd hdf4
sudo pkg_add cmake
sudo pkg_add jpeg
clang --print-targets
mkdir build
cd build
cmake -DHDF4_BUILD_FORTRAN:BOOL=OFF ..
cmake ..
make
make test
18 changes: 5 additions & 13 deletions .github/workflows/openbsd.yml → .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: amd64 OpenBSD 7.2 CMake
name: r

on:
push:
Expand All @@ -14,14 +14,14 @@ jobs:
os:
- name: openbsd
architecture: x86_64
version: '7.2'
version: '7.4'
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.8.0
uses: cross-platform-actions/action@v0.23.0
env:
FOO: A
BAR: B
Expand All @@ -32,19 +32,11 @@ jobs:
version: '${{ matrix.os.version }}'
shell: bash
run: |
uname -a
echo $SHELL
pwd
ls -lah
whoami
env | sort
sudo pkg_add git
git clone https://github.com/hyoklee/hdf4
cd hdf4
sudo pkg_add cmake
sudo pkg_add jpeg
mkdir build
cd build
cmake -DHDF4_BUILD_FORTRAN:BOOL=OFF ..
cmake ..
make
make test
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![logo](H4.svg)

# HDF4 for testing ARM, clang, and OpenBSD
[![arm64 Autotools](https://github.com/hyoklee/hdf4/actions/workflows/aarch64_auto.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/aarch64_auto.yml)
[![arm64 CMake](https://github.com/hyoklee/hdf4/actions/workflows/aarch64.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/aarch64.yml)
[![arm64 Autotools](https://github.com/hyoklee/h4/actions/workflows/aarch64_auto.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/aarch64_auto.yml)
[![arm64 CMake](https://github.com/hyoklee/h4/actions/workflows/aarch64.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/aarch64.yml)

[![amd64 arm64-gcc Autotools](https://github.com/hyoklee/hdf4/actions/workflows/linux-aarch64_auto.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/linux-aarch64_auto.yml)
[![amd64 arm64-gcc CMake](https://github.com/hyoklee/hdf4/actions/workflows/linux-aarch64.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/linux-aarch64.yml)
[![amd64 arm64-gcc Autotools](https://github.com/hyoklee/h4/actions/workflows/linux-aarch64_auto.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/linux-aarch64_auto.yml)
[![amd64 arm64-gcc CMake](https://github.com/hyoklee/h4/actions/workflows/linux-aarch64.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/linux-aarch64.yml)

[![amd64 clang/gcc Autotools/CMake](https://github.com/hyoklee/hdf4/actions/workflows/main.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/main.yml)
[![amd64 clang/gcc Autotools/CMake](https://github.com/hyoklee/h4/actions/workflows/main.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/main.yml)

[![amd64 OpenBSD 7.2 CMake](https://github.com/hyoklee/hdf4/actions/workflows/openbsd.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/openbsd.yml)
[![arm64 OpenBSD 7.2 CMake](https://github.com/hyoklee/hdf4/actions/workflows/openbsd_arm64.yml/badge.svg)](https://github.com/hyoklee/hdf4/actions/workflows/openbsd_arm64.yml)
[![amd64](https://github.com/hyoklee/h4/actions/workflows/openbsd.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/r.yml)
[![arm64](https://github.com/hyoklee/h4/actions/workflows/openbsd_arm64.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/arm64.yml)

0 comments on commit e657a5b

Please sign in to comment.