summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-ctest.yml
Commit message (Collapse)AuthorAgeFilesLines
* Correct missing change of source path for S3 build (#4100)Allen Byrne2024-03-091-0/+7
|
* Merge HDF4 release workflow changes to hdf5 (#4093)Allen Byrne2024-03-081-22/+62
|
* fix path for S3 build path in CI (#4076)Allen Byrne2024-03-061-1/+1
|
* Update INSTALL files (#4052)Allen Byrne2024-03-051-8/+8
|
* Bump the github-actions group with 2 updates (#4054)dependabot[bot]2024-03-041-6/+6
| | | Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
* Add deb and rpm binaries to snapshots (#4035)Allen Byrne2024-02-231-0/+42
|
* Fix overwritten preset names (#4000)Allen Byrne2024-02-091-2/+2
|
* Bump the github-actions group with 6 updates (#3981)dependabot[bot]2024-02-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `9.1.3` | `9.1.4` | | [actions/setup-java](https://github.com/actions/setup-java) | `3` | `4` | | [ilammy/msvc-dev-cmd](https://github.com/ilammy/msvc-dev-cmd) | `1.12.1` | `1.13.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.0` | `4.1.1` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.22.12` | `3.23.2` | Updates `EndBug/add-and-commit` from 9.1.3 to 9.1.4 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081...a94899bca583c204427a224a7af87c02f9b325d5) Updates `actions/setup-java` from 3 to 4 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) Updates `ilammy/msvc-dev-cmd` from 1.12.1 to 1.13.0 - [Release notes](https://github.com/ilammy/msvc-dev-cmd/releases) - [Commits](https://github.com/ilammy/msvc-dev-cmd/compare/v1.12.1...v1.13.0) Updates `actions/download-artifact` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110...6b208ae046db98c579e8a3aa621ab581ff575935) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `github/codeql-action` from 3.22.12 to 3.23.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/012739e5082ff0c22ca6d6ab32e07c36df03c4a4...b7bf0a3ed3ecfa44160715d7c442788f65f0f923) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ilammy/msvc-dev-cmd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Make platform specific test presets for windows and macs (#3988)Allen Byrne2024-02-061-4/+4
| | | | | * Enable mac tests * Add platform test workflows to examples
* Add binary testing to CI testing (#3971)Allen Byrne2024-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix doxygen errors (#3962)Allen Byrne2024-01-291-15/+34
| | | | | | | | | | | * Switch warnings as errors to default OFF * Enable mac docs * Add doxygen action uses step * Use html div around snippet * Allow preset name to be an argument to cmake-ctest.yml
* Add binary build for linux S3 (#3936)Allen Byrne2024-01-091-0/+64
| | | | | | | | | | | | | * Reorg and update options for doc and cmake config * Correct subfiling depends * Add linux S3 binaries to GH published files * Correct path * Try reducing parallel jobs in tests * Change examples jobs for test from 8 to 4
* Update upload- artifact to match download version (#3929)Allen Byrne2024-01-081-11/+11
| | | | | * Update upload- artifact to match download version * Correct form of action call
* Bump the github-actions group with 3 updates (#3913)dependabot[bot]2024-01-021-7/+7
| | | | (https://github.com/ilammy/msvc-dev-cmd), [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action).
* Add intel binaries to daily-build/release workflows (#3895)Allen Byrne2023-12-181-6/+164
|
* Update fortran action step (#3748)Allen Byrne2023-10-231-2/+6
|
* Convert main.yml CI into callable workflows (#3529)Allen Byrne2023-09-181-1/+1
|
* Fix the snapshots workflow (#3148)Allen Byrne2023-06-161-3/+3
| | | | | | * Add upload url as artifact * Change doxygen path and comment log-url upload * zip doxygen files for upload * add workspace var
* Fix paths for doxygen and add step to upload to gh-pages (#3061)Allen Byrne2023-06-071-2/+2
|
* Correct path for doxygen files (#3055)Allen Byrne2023-06-061-1/+1
|
* Develop gh doxy (#3041)Allen Byrne2023-06-051-2/+10
| | | | | * Add doxygen generation to daily-build and main * Add doxygen option to matrix
* ci: set minimal permissions on GitHub Workflows (#2980)Diogo Teles Sant'Anna2023-05-181-0/+3
| | | Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
* Use powershell shell to copy files (#2858)Allen Byrne2023-04-301-5/+5
|
* Add DT workflow for creating daily binaries (#2843)Allen Byrne2023-04-291-0/+217