Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Windows: Stop building modules that are not tested #1537

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

cbentejac
Copy link
Contributor

@cbentejac cbentejac commented Sep 18, 2023

Description

This PR fixes the continuous integration build for Windows that currently fails because there is not enough space on the disk:

  • The vcpkg zip file that contains the prebuilt binaries is removed as soon as it has been dezipped (which saves approximately 1 Go of disk space);
  • The modules that are not needed for the functional tests (segmentation and photostereometry) are not built anymore, which saves both a bit of space and a bit of time.

@cbentejac cbentejac added this to the 3.2.0 milestone Sep 18, 2023
@cbentejac cbentejac self-assigned this Sep 18, 2023
@cbentejac cbentejac marked this pull request as ready for review September 18, 2023 13:03
@fabiencastan fabiencastan merged commit 175af3e into develop Sep 18, 2023
4 checks passed
@fabiencastan fabiencastan deleted the ci/fixWindowsCI branch September 18, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants