From 742bd1d12daa09ed617d22ce4b5b62542a6c9232 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 31 Oct 2022 17:32:18 -0400 Subject: [PATCH] CI: windows build clean build processes --- .gitlab/ci/windows10.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/ci/windows10.yml b/.gitlab/ci/windows10.yml index 1b4919375..f33cbb509 100644 --- a/.gitlab/ci/windows10.yml +++ b/.gitlab/ci/windows10.yml @@ -40,6 +40,10 @@ - "ctest -VV -S .gitlab/ci/ctest_configure.cmake" script: - "ctest -VV -S .gitlab/ci/ctest_build.cmake" + after_script: + # This is needed since sometimes this process hangs holding files + # in the build directory. Blocking new builds + - "tskill cvtres" artifacts: expire_in: 24 hours when: always