This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
bitcoin-s
Watch
1
Star
0
Fork
You've already forked bitcoin-s
0
mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced
2025-02-24 15:02:17 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
16e2ea2e92
bitcoin-s
/
core
/
core.sbt
6 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) * 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
2021-03-03 16:52:03 -06:00
//name := "bitcoin-s-core"
Refactor multi-module build - separate Java source copied from libsecp256k1 into separate module - split main module into core core-gen core-test - generators can be published separated to core code for use in 3rd-party tests - code coverage needs to be aggregated
2018-05-02 14:13:42 -04:00
Resturcutre cryptoTest & coreTest to work with scalajs build (#2731) * 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
2021-03-03 16:52:03 -06:00
//libraryDependencies ++= Deps.core
//CommonSettings.prodSettings
Reference in a new issue
Copy permalink