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
For context, ScalaJSON is designed to be ultra stable and release new versions as infrequently as possible, which means that when a new scala-js version comes out (as an example), I want to be able to release ScalaJSON for this new version of scala-js without having to bump the version of ScalaJSON.
Is this possible right now? And if not is it on the roadmap (especially for 1.0.0 release?) I see this as a killer feature over SBT, as this current limitation in SBT is going to really complicate the build for scalaJSON (have to basically override settings in the build files with environment variables which is quite ugly)
The text was updated successfully, but these errors were encountered:
mdedetrich
changed the title
Does CBT support cross building against multiple scala-js/scala-native versions
Does CBT support cross building against multiple scala-js/scala-native versions?
Jul 4, 2017
Or in short: Yes this should totally be possible, but hasn't been tested very well right now. Basically the idea is creating a Seq of builds, which are different subclasses of the same build with different customizations. Calling a task on the Seq from bash, e.g. cbt configs.package will run package for each of them.
Due to portable-scala/sbt-crossproject#47, I am investigating using CBT for https://github.com/mdedetrich/scalajson to simplify the build.
For context, ScalaJSON is designed to be ultra stable and release new versions as infrequently as possible, which means that when a new scala-js version comes out (as an example), I want to be able to release ScalaJSON for this new version of scala-js without having to bump the version of ScalaJSON.
Is this possible right now? And if not is it on the roadmap (especially for 1.0.0 release?) I see this as a killer feature over SBT, as this current limitation in SBT is going to really complicate the build for scalaJSON (have to basically override settings in the build files with environment variables which is quite ugly)
The text was updated successfully, but these errors were encountered: