Skip to content

Commit

Permalink
docs: clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 1, 2024
1 parent aabfa38 commit f59aa1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
sudo pkg_add jpeg
mkdir build
cd build
cmake ..
cmake -DHDF4_BUILD_FORTRAN:BOOL=OFF ..
make
make test
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: cross-platform-actions/[email protected]
env:
FOO: A
BAR: B
BAR: B
with:
environment_variables: FOO BAR
operating_system: ${{ matrix.os.name }}
Expand All @@ -37,6 +37,6 @@ jobs:
sudo pkg_add jpeg
mkdir build
cd build
cmake ..
cmake -DHDF4_BUILD_FORTRAN:BOOL=OFF ..
make
make test
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@

[![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)

<<<<<<< HEAD
[![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)
=======
[![amd64 OpenBSD 7.2 CMake](https://github.com/hyoklee/h4/actions/workflows/openbsd.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/openbsd.yml)
[![arm64 OpenBSD 7.2 CMake](https://github.com/hyoklee/h4/actions/workflows/openbsd_arm64.yml/badge.svg)](https://github.com/hyoklee/h4/actions/workflows/openbsd_arm64.yml)
>>>>>>> ff5e551f3bb2a9c1c0d7b12d697a53a5eff04ef0

0 comments on commit f59aa1b

Please sign in to comment.