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

Increase CI build speed by combining build and test steps #46

Closed
atropineal opened this issue Nov 5, 2013 · 0 comments
Closed

Increase CI build speed by combining build and test steps #46

atropineal opened this issue Nov 5, 2013 · 0 comments
Labels

Comments

@atropineal
Copy link
Contributor

The initial build does an install and runs no tests, and then the second build runs all tests (including unit and integration).

We could combine these two builds, which might result in a faster build.

The downside being that it might take longer for the committer to become aware of a compilation failure.

eswdd added a commit to eswdd/disco that referenced this issue Nov 6, 2013
Remove seperate install and make our script do the install whilst running the tests.
@eswdd eswdd closed this as completed Nov 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants