Skip to content

Commit

Permalink
Merge branch 'amerry/unit-test-file' into 'master'
Browse files Browse the repository at this point in the history
Wait for pod5_unit_tests to be deleted on Windows

See merge request minknow/pod5-file-format!371
  • Loading branch information
amerry committed Nov 6, 2024
2 parents ce30847 + d8876c5 commit b2fd55f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,14 @@ osx-arm64-clang14-release-build:
script:
- pip install build
- !reference [".conan-build-and-test"]
after_script:
# HACK: for some reason, pod5_unit_tests.exe is sticking around; deleting it works, but it
# doesn't go away immediately (as though something had it open with FILE_SHARE_DELETE, although
# the Handle utility from SysInternals couldn't find anything).
- rm build/Release/bin/pod5_unit_tests.exe
- date
- while [[ -e build/Release/bin/pod5_unit_tests.exe ]]; do sleep 1; done
- date

win-x64-msvc2019-release-build:
extends: [".build-win-common"]
Expand Down

0 comments on commit b2fd55f

Please sign in to comment.