summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-31 14:13:15 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 21:37:13 (GMT)
commitec17e5662513945e7f040c5bc406672e3bbd10b8 (patch)
treefbe315ba96a5b696ec4ffae3ef79c9bf4ff315b2 /.github/workflows/main.yml
parentf57a0dbec6b3148f22b105863b971404cfee439c (diff)
downloadhdf5-ec17e5662513945e7f040c5bc406672e3bbd10b8.zip
hdf5-ec17e5662513945e7f040c5bc406672e3bbd10b8.tar.gz
hdf5-ec17e5662513945e7f040c5bc406672e3bbd10b8.tar.bz2
Add binary testing to CI testing (#3971)
* Add binary test job * Correct names of jobs * Add build mode to binary names * Limit packaging execution * Make mac DragNDrop optional * Format if checks * fix checks for TS * Allow examples to be packaged * Correct if NOT format * Correct configure and workflow call * Separate out CMake/Autotools Parallel job * Correct binary examples path * Correct dir path for windows test * Correct paths and add extlibs * Windows binaries do not have a share folder
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index df3bcec..7e9805a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -30,7 +30,10 @@ jobs:
workflow-autotools:
name: "Autotools Workflows"
uses: ./.github/workflows/autotools.yml
+ if: "!contains(github.event.head_commit.message, 'skip-ci')"
workflow-cmake:
name: "CMake Workflows"
uses: ./.github/workflows/cmake.yml
+ if: "!contains(github.event.head_commit.message, 'skip-ci')"
+