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

Reduce build times on AppVeyor (optimize gyp files) #53

Closed
wilhelmberg opened this issue Jul 22, 2014 · 2 comments
Closed

Reduce build times on AppVeyor (optimize gyp files) #53

wilhelmberg opened this issue Jul 22, 2014 · 2 comments

Comments

@wilhelmberg
Copy link
Contributor

@rclark @brianreavis
Another thought on build times on AppVeyor (referencing #19 (comment)):

Probably optimizing the gyp files could be another approach.

At the moment there are a lot of gyp files, e.g. for the formats.
These result in 71 Visual Studio solutions and 71 libraries.

Maybe reducing those could speed up things.
I also think less gyp files would be easier to maintain.

Including a lot of files (sources, headers) is as easy as it gets.

What do you think?
Perhaps @springmeyer could chime in with his knowledge about gyp?

@springmeyer
Copy link
Collaborator

combining the gyp files into one might help, but we'd need to test and I've not found time. speaking out loud: I wonder if gyp via a custom python script could be used to combine then on the fly so that they could still stay separate in git for clean organization.

@springmeyer
Copy link
Collaborator

going to close this since it feels not super actionable. We can re-open when if rises to importance.

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

No branches or pull requests

2 participants