CI: windows build clean build processes

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2022-10-31 17:32:18 -04:00 committed by Vicente Bolea
parent 6db2a8ea37
commit 742bd1d12d

@ -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