Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add testing with g2c-2.0.0 in CI #767

Merged
merged 15 commits into from
Nov 8, 2024
14 changes: 7 additions & 7 deletions .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
strategy:
fail-fast: true
matrix:
jasper-version: [2.0.33, 3.0.5, 4.0.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]
w3emc-version: [2.9.2, 2.9.3, 2.10.0]
jasper-version: [2.0.33, 4.0.0]
bacio-version: [2.4.1, 2.6.0]
w3emc-version: [2.9.2, 2.10.0]
g2c-version: [develop, v2.0.0]
build-utils: [ON, OFF]
exclude:
# utils require w3emc version >= 2.10.0
- w3emc-version: 2.9.2
build-utils: ON
- w3emc-version: 2.9.3
build-utils: ON
gcc-version: [12]
include:
- gcc-version: 14
jasper-version: 4.0.0
bacio-version: 2.6.0
w3emc-version: 2.10.0
g2c-version: develop

steps:

Expand All @@ -59,9 +59,9 @@ jobs:
uses: NOAA-EMC/ci-build-nceplibs@develop
with:
bacio-version: v${{ matrix.bacio-version }}
g2c-version: develop
g2c-cmake-args: -DENABLE_SHARED=ON
jasper-version: version-${{ matrix.jasper-version }}
g2c-version: ${{ matrix.g2c-version }}
g2c-cmake-args: -DENABLE_SHARED=ON
w3emc-version: v${{ matrix.w3emc-version }}
w3emc-cmake-args: -DBUILD_WITH_BUFR=OFF
ip-version: develop
Expand Down
Loading