You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support specifying only certain projects to be built
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)
0 commit comments