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

added -q option to build, onfigure can be skipped, for slow large projects #25

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

drodri
Copy link
Contributor

@drodri drodri commented Apr 29, 2015

#22 requested the possibility to run build without configure, that can be slow. Defining that as default behaviour (build totally independent, must run configure explicitely), should be the way, but:

  • It will break a large part of the test suite (we can cope)
  • It will break what people expect from biicode. Many users relying on the fact that "bii build" will also configure the project (shouldnt be done)

So I propose an opt-out, with just one letter (q=quick):

$ bii build -q

Which will skip the configure

On acceptance, it will close #22

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.

"bii build" runs "bii configure" even if nothing changed
2 participants