Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Added option to skip pretest build #86

Merged
merged 1 commit into from Feb 5, 2016
Merged

Added option to skip pretest build #86

merged 1 commit into from Feb 5, 2016

Conversation

matthewellis
Copy link
Contributor

Similar to #62 we have found that this extra build step is not needed for us but i'm aware that many users may be relying on this for some build artifacts so i propose adding an option that would allow this to be skipped without changing the default behaviour.

@@ -48,7 +48,7 @@ def actions

actions = []
actions << :clean if config[:clean]
actions << :build
actions << :build if !config[:skip_pretest_build]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favor unless over if for negative conditions.

@KrauseFx
Copy link
Collaborator

KrauseFx commented Feb 4, 2016

Great idea, I added a comment before it's ready to be merged. Please also squash the commits and let me know when you updated the PR 👍

@matthewellis
Copy link
Contributor Author

Hey thanks for the feedback, i have made the change to the key but for some reason travis is now failing the build but it seems to be an issue with travis from looking at the logs.

@KrauseFx
Copy link
Collaborator

KrauseFx commented Feb 5, 2016

Yah, seems like a Travis issue, don't worry about it

KrauseFx added a commit that referenced this pull request Feb 5, 2016
Added option to skip pretest build
@KrauseFx KrauseFx merged commit 9099511 into fastlane-old:master Feb 5, 2016
@KrauseFx
Copy link
Collaborator

KrauseFx commented Feb 5, 2016

Looks great, thanks for updating the PR, this will be in the next release 👍

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants