mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
e59057483f
* Get cryptoTest,coreTest projects working with scala-js Get build working, now moving onto compile Move jvm specific cryptoTest's into the .jvm sub project Rework build definition names to be more concise Fix missing cryptoTest refactor Move logback-test.xml into jvm specific resource folder so it doesn't get ignored Make coreTest a crossProject Rework ci matrix to work with new project structure Try to fix CI matrix CI fix part 2 * Apply commonSettings to all cross projects * Address part of roman's code review, make coreJS, make cryptoTest.dependOn(crypto) * WIP to share with scala-js community * Fix scalac compiler settings to be additive in CommonSettings.settings * Remove BCryptoTest
6 lines
95 B
Scala
6 lines
95 B
Scala
//name := "bitcoin-s-core"
|
|
|
|
//libraryDependencies ++= Deps.core
|
|
|
|
//CommonSettings.prodSettings
|