Skip to content

Commit

Permalink
تحديث البناء التجريبي
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 16, 2024
1 parent 86ef688 commit 64851ba
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
container: ghcr.io/mehdichinoune/debian-gfortran-testing:${{ matrix.image_tag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Preparing Data
env:
USERNAME: ${{ secrets.LPDAAC_USERNAME }}
Expand All @@ -32,12 +32,16 @@ jobs:
echo http-password="$PASSWORD" >> ~/.wgetrc
- name: Configuring
run: |
mkdir build
cd build
mkdir build && cd build
if [ ${{ matrix.image_tag }} = trunk ]; then
hdf_ver=1.14.1
else
hdf_ver=1.14.3
fi
cmake .. \
-GNinja \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DHDF5_ROOT=/usr/local/HDF_Group/HDF5/1.14.1
-DHDF5_ROOT=/usr/local/HDF_Group/HDF5/${hdf_ver}
- name: Building
run: ninja -C build
- name: Running
Expand Down

0 comments on commit 64851ba

Please sign in to comment.