Skip to content

Commit

Permalink
ci: test official
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 16, 2024
1 parent c858468 commit f7e44a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/arm64-j-hk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: arm64 j

on: [push, pull_request]
name: arm64 j hk

on:
push:
branches:
- main-
jobs:
test: # make sure the action works on a clean machine without building
name: ${{ matrix.os.name }} ${{ matrix.os.architecture }} ${{ matrix.os.version }} on ${{ matrix.os.host }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
whoami
env | sort
sudo pkg_add git
git clone https://github.com/hyoklee/hdf4-1 hdf4
git clone https://github.com/HDFGroup/hdf4
cd hdf4
sudo pkg_add cmake
sudo pkg_add jpeg
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/j.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: j

on: [push, pull_request]

on:
push:
branches:
- main
jobs:
test: # make sure the action works on a clean machine without building
name: ${{ matrix.os.name }} ${{ matrix.os.architecture }} ${{ matrix.os.version }} on ${{ matrix.os.host }}
Expand Down Expand Up @@ -34,11 +36,10 @@ jobs:
whoami
env | sort
sudo pkg_add git
git clone https://github.com/hyoklee/hdf4-1 hdf4
git clone https://github.com/HDFGroup/hdf4
cd hdf4
sudo pkg_add cmake
sudo pkg_add jpeg
pkg_info -Q jdk
sudo pkg_add jdk-17.0.8.7.1p0v0
export PATH=/usr/local/jdk-17/bin/:$PATH
mkdir build
Expand Down

0 comments on commit f7e44a8

Please sign in to comment.