- Feb 27, 2025
-
-
f7cbc693 gitlab-ci: add a Windows Debug build 69b6e2f8 ci: sort CDash group entries Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !126
-
- Feb 26, 2025
-
-
Ben Boeckel authored
Wrappers are disabled because the Python bundle lacks debug components. Reported on Discourse: https://discourse.paraview.org/t/issues-with-catalyst-2-0-installation-failing-tests-ctest/16107
-
Ben Boeckel authored
-
- Dec 26, 2024
-
-
84dff652 Fix cdash groups Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !122
-
- Nov 22, 2024
-
-
a89b594e test_external_conduit_impl: apply workaround for Xcode 16 05962aee gitlab-ci: update macOS builds to use Xcode 16.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !125
-
- Nov 21, 2024
-
-
Ben Boeckel authored
-
- Nov 19, 2024
-
-
Ben Boeckel authored
-
- Nov 01, 2024
-
-
bc9d2aea gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !124
-
- Oct 31, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
e72e9736 ci: use JSON to transfer environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !123
-
Ben Boeckel authored
The `set` command in `cmd` has terrible properties in that there's no real structure to it. Sensitive sequences in values or variable names that are escaping sequences can be interpreted at the wrong time or things like newlines in values are not escaped at all and cause ambiguities in parsing. Avoid all of that and use PowerShell to use JSON as a communication mechanism.
-
- Oct 23, 2024
-
-
Ryan Krattiger authored
-
- Oct 14, 2024
-
-
b0927a5c ci: compile gtest with the shared MSVC runtime 927a0f37 ci: install gtest to the project directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !121
-
- Sep 12, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
`GIT_CLONE_PATH` is a variable to help place `CI_PROJECT_DIR`; the latter is actually set everywhere.
-
- Sep 11, 2024
-
-
b79b4708 tests/abi_tests: remove trailing whitespace 5b843f2d tests/abi_tests: only expect `.debug_info_seg` in Debug builds 0d0b45ce ci: default to Release builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !119
-
eea99af9 cmake: set install RPATH for catalyst_replay 8800ee92 cmake: Install catalyst_replay executable Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !116
-
- Sep 10, 2024
-
-
Christos Tsolakis authored
Otherwise, catalyst_replay cannot find libcatalyst.so when installed
-
Christos Tsolakis authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
7f3d10dc examples: require newer CMake 04991656 gitlab-ci: use Xcode 15.4 45ebe631 ci: update to CMake 3.29.8 396670c4 cmake: deduplicate libraries if possible Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !118
-
Ben Boeckel authored
There seems to be some policy that is sensitive.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Sep 06, 2024
-
-
Ben Boeckel authored
Xcode 15 complains about duplicate libraries. This allows newer CMake to avoid the issue.
-
- Jul 22, 2024
-
-
3df4346b gitlab-ci: restrict release job template timeouts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !115
-
Ben Boeckel authored
There's no reason any of these should take an hour, so give them 15 minutes.
-
- Jun 28, 2024
-
-
57f09e83 gitlab-ci: extend job timeouts to 15 minutes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !114
-
- Jun 27, 2024
-
-
Ben Boeckel authored
CI continues to trip over 5 minute limits and even 10 minute limits get truncated to 5 to allow time for `after_script` to do work. Instead, just make things more reliable.
-
- Jun 17, 2024
-
-
feb1218f catalyst-macros: detect missing `CATALYST_WITH_EXTERNAL_CONDUIT` property Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !113
-
Ben Boeckel authored
-
- May 01, 2024
-
-
b5e5b88d ci: remove executable bits from `.ps1` scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !111
-
c54e2850 gitlab-ci: extend `tidy` build timeouts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !112
-
Ben Boeckel authored
They are not generally executable.
-
Ben Boeckel authored
-
- Apr 05, 2024
-
-
08979a51 CI: Add CDashy annotations to job sidebar Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Corey Wetterer-Nelson (Kitware) <c.wetterer-nelson@kitware.com> Merge-request: !104
-
- Mar 25, 2024
-
-
5c9e8c0c add release notes for 2.0 release Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !110
-
Corey Wetterer-Nelson (Kitware) authored
-