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

AppVeyor build optimizations #596

Merged
merged 3 commits into from
Nov 16, 2023
Merged

AppVeyor build optimizations #596

merged 3 commits into from
Nov 16, 2023

Conversation

zeux
Copy link
Owner

@zeux zeux commented Nov 16, 2023

  • Use /MP for cl.exe builds to try to take advantage of 2 cores
  • Use -j2 for MinGW builds to do the same
  • Don't build AppVeyor on non-master branches to avoid double builds for PRs from this repository

MP and j2 aren't as impactful as I'd like them to be but they do result in ~25% build time reduction. The branch restriction should additionally cut the time for internal PRs 2x.

@zeux zeux merged commit 499750a into master Nov 16, 2023
22 checks passed
@zeux zeux deleted the appvmp branch November 16, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant