Skip to content

Commit

Permalink
Add autotools ExpressTest=0 (HDFGroup#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Mar 31, 2024
1 parent 530effb commit 203a95a
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions .github/workflows/testxpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,27 @@ jobs:
build_and_test:
strategy:
matrix:
build_sys: ["CMake"]
build_mode: ["Release", "Debug"]
build_sys: ["CMake", "Autotools"]
build_mode: ["Release", "production", "Debug", "debug"]
include:
- build_sys: "CMake"
build_mode: "Release"
- build_sys: "CMake"
build_mode: "Debug"
# build_sys: ["CMake", "Autotools"]
# build_mode: ["Release", "production", "Debug", "debug"]
# include:
# - build_sys: "CMake"
# build_mode: "Release"
# - build_sys: "CMake"
# build_mode: "Debug"
# - build_sys: "Autotools"
# build_mode: "production"
# - build_sys: "Autotools"
# build_mode: "debug"
# # Exclude mismatched configurations
# exclude:
# - build_sys: "CMake"
# build_mode: "production"
# - build_sys: "CMake"
# build_mode: "debug"
# - build_sys: "Autotools"
# build_mode: "Release"
# - build_sys: "Autotools"
# build_mode: "Debug"
- build_sys: "Autotools"
build_mode: "production"
- build_sys: "Autotools"
build_mode: "debug"
# Exclude mismatched configurations
exclude:
- build_sys: "CMake"
build_mode: "production"
- build_sys: "CMake"
build_mode: "debug"
- build_sys: "Autotools"
build_mode: "Release"
- build_sys: "Autotools"
build_mode: "Debug"

# Sets the job's name from the properties
name: "${{ matrix.build_sys }} ${{ matrix.build_mode }} Workflows"
Expand Down Expand Up @@ -129,7 +122,7 @@ jobs:
- name: Autotools Test
shell: bash
env:
HDF_TEST_EXPRESS: 0
HDF5TestExpress: 0
run: |
cd test
make -j3 check
Expand Down

0 comments on commit 203a95a

Please sign in to comment.