Skip to content

Commit

Permalink
Install CDO and perform bitidentity testing in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jan 14, 2025
1 parent 23bce1b commit e7f1c57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ jobs:
${ECRAD_TOOLS}/install-netcdf-fortran.sh --prefix ${{ env.DEPS_DIR }}/netcdf --netcdf-root ${NETCDF_ROOT}
fi
- name: Install CDO
run: |
sudo apt-get install -y cdo
- name: Build & Test
id: build-test
uses: ecmwf-actions/build-package@v2
Expand All @@ -173,7 +177,7 @@ jobs:
dependency_branch: develop
dependency_cmake_options: |
ecmwf-ifs/fiat: "-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DENABLE_TESTS=OFF"
cmake_options: "-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.cmake_options }} -DENABLE_SINGLE_PRECISION=ON"
cmake_options: "-G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ${{ matrix.cmake_options }} -DENABLE_SINGLE_PRECISION=ON -DENABLE_BITIDENTITY_TESTING=ON"
ctest_options: "${{ matrix.ctest_options }}"

# - name: Codecov Upload
Expand Down

0 comments on commit e7f1c57

Please sign in to comment.