summaryrefslogtreecommitdiff
path: root/integration
Commit message (Expand)AuthorAgeFilesLines
* First pass at a Caffeine integration build now works (only on Java 9 tho)Li Haoyi2018-04-086-3/+300
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-081-1/+1
* try to fix buildLi Haoyi2018-04-063-10/+5
* fix type in release.sh scriptrockjam2018-03-281-1/+1
* WIP: Play json build (#182)Nikolay Tatarinov2018-03-2813-3/+766
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-102-5/+12
* Add dsl for SCM (now called VersionControl) (#168)Guillaume Massé2018-02-282-9/+3
* Add predefined licenses from spdx (#144)Guillaume Massé2018-02-262-6/+2
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-225-9/+9
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-111-3/+4
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-119-8/+26
* add uPickle to our integration test suiteLi Haoyi2018-02-112-0/+171
* fixesLi Haoyi2018-02-112-5/+13
* more tidying upLi Haoyi2018-02-111-1/+1
* fix testsLi Haoyi2018-02-101-1/+1
* re-enable better-files test but with a newer version with offending CI-failur...Li Haoyi2018-02-041-1/+5
* disable better-files tests for now since they seem broken only in travisLi Haoyi2018-02-041-5/+1
* Test fixes...Li Haoyi2018-02-041-6/+5
* - Rename `basePath` -> `millSourcePath`Li Haoyi2018-02-023-4/+4
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-2/+2
* Extract out `ScriptTestSuite` from `IntegrationTestSuite` and use it to creat...Li Haoyi2018-01-281-24/+11
* First incomplete pass at writing docsLi Haoyi2018-01-272-7/+3
* Fix `dest`-assignment for overriden `T.command`s, and add basic unit tests to...Li Haoyi2018-01-261-0/+1
* - Make `forkTest` and `forkRun` the default, renaming `test` and `run` to `te...Li Haoyi2018-01-211-4/+9
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-209-1/+1
* Introduce an Ammonite build to our test suiteLi Haoyi2018-01-173-1/+220
* Implement downloading/caching of binaries and java-source-folder support to m...Li Haoyi2018-01-172-1/+7
* - Swap over to new `ivy"foo:bar:baz"` syntax for defining ivy dependenciesLi Haoyi2018-01-153-33/+32
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-1/+1
* more work to get tests passing...Li Haoyi2018-01-141-1/+1
* Some tweaks to get tests passing...Li Haoyi2018-01-142-2/+2
* WIP getting rid of `discover/` phase: `core/test:compile` works, but some thi...Li Haoyi2018-01-131-1/+1
* rename OSet -> AggLi Haoyi2018-01-133-11/+11
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-134-16/+15
* prepare ci builds - fix tests (#107)Vadim Chelyshov2018-01-081-1/+1
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-083-8/+5
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-072-4/+4
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-072-2/+2
* Rename `resource/` folders `resources/` to properly match SBT convention, mak...Li Haoyi2018-01-074-1/+1
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-074-28/+25
* fix compilation error in integration testsrockjam2018-01-061-1/+1
* Fix scalatest support (#101)Vadim Chelyshov2018-01-052-0/+5
* Swap over to new `CrossModule` class to simplify the cross module syntaxLi Haoyi2018-01-024-17/+19
* lowercase build module names in `integration/` tests to line up with SBT conv...Li Haoyi2018-01-024-28/+28
* Silence IntegrationTest stdoutLi Haoyi2018-01-011-1/+8
* Properly handle `isModule` flag on `sbt.testing.FingerPrint`Li Haoyi2018-01-012-4/+3
* Make `HelloWorldTests` take an explicit output path so they are less sensitiv...Li Haoyi2018-01-011-1/+1
* Split Acyclic/Jawn/BetterFiles tests into their own `integration/` test suite.Li Haoyi2018-01-017-0/+290