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 77d9057 commit 9f3a4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
brew install ninja
else
sudo apt-get update
sudo apt-get install ninja-build libcurl4-openssl-dev
sudo apt-get install ninja-build libcurl4-openssl-dev cdo
fi
printenv
Expand Down Expand Up @@ -173,7 +173,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 9f3a4c2

Please sign in to comment.