From 203a95abb5e2420e3ae7d258f03a87464d48618e Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:33:19 -0500 Subject: [PATCH] Add autotools ExpressTest=0 (#4289) --- .github/workflows/testxpr.yml | 41 +++++++++++++++-------------------- 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/.github/workflows/testxpr.yml b/.github/workflows/testxpr.yml index 58913030939..0b68c809757 100644 --- a/.github/workflows/testxpr.yml +++ b/.github/workflows/testxpr.yml @@ -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" @@ -129,7 +122,7 @@ jobs: - name: Autotools Test shell: bash env: - HDF_TEST_EXPRESS: 0 + HDF5TestExpress: 0 run: | cd test make -j3 check