summaryrefslogtreecommitdiff
path: root/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Re-organize `out/` directory to keep all files related to a particular ↵Li Haoyi2017-12-291-4/+4
| | | | `Target` within a single folder
* Fix running ScalaJS plugin tests from SBTRoman Timushev2017-12-291-1/+1
|
* ScalaJS pluginRoman Timushev2017-12-291-1/+2
|
* Slightly simplify `test.sh` matrix and cache more evaluators in ↵Li Haoyi2017-12-261-4/+2
| | | | `HelloWorldTests`, to try and speed up `test.sh` runs
* Refactor `mill.Main` to avoid going through Ammonite's main-method-dispatch ↵Li Haoyi2017-12-251-6/+6
| | | | system
* - Swap `Task.traverse` implementation to match behavior of other `traverse` ↵Li Haoyi2017-12-181-0/+19
implementations, added a `Task.sequence` that does what `traverse` used to do - Added a `test.sh` script to easily kick off self-hosted unit test runs - Tweak `ScalaModule` to fall back to the old behavior of including the transitive classpath during compilation