Skip to content

support specifying only certain projects to be built #331

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

Merged
merged 2 commits into from
Oct 6, 2016

Conversation

SethTisue
Copy link
Member

and generally make the scripts more usable and more maintainable

* put run.sh at root level so it's easy to find
* make run.sh suitable for direct local use
* remove support for dbuild versions prior to 0.9.5
* remove unnecessary complication/indirection
I frequently want to do this, but I basically never want to pass
options to dbuild, which is what the script allowed easily before.

now we can just do e.g.:
  ./run.sh scalatest,scalacheck,specs2
or equivalently in Jenkins specify scala_build_extra_opt to be
"scalatest,scalacheck,specs" (I should update Jenkins to use
a more meaningful name for this)
@SethTisue SethTisue force-pushed the clean-up-run-scripts branch from 5485d65 to c30c3b2 Compare October 6, 2016 23:09
@SethTisue
Copy link
Member Author

@SethTisue SethTisue merged commit b2f3f97 into scala:2.11.x Oct 6, 2016
@SethTisue SethTisue deleted the clean-up-run-scripts branch October 6, 2016 23:12
@SethTisue
Copy link
Member Author

oops, fixed a regression here in 08e8dd3

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.

1 participant