mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-17 07:30:04 +00:00
Merge pull request #36 from agg23/no-test-without-delete
Improved build without test instructions; no file deletion necessary
This commit is contained in:
commit
08acfed907
@ -21,8 +21,6 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests
|
|||||||
|
|
||||||
#### Steps
|
#### Steps
|
||||||
|
|
||||||
* delete the `src/test` directory
|
|
||||||
|
|
||||||
* remove all test dependencies from `build.sbt`:
|
* remove all test dependencies from `build.sbt`:
|
||||||
|
|
||||||
"org.scalatest" %% "scalatest"
|
"org.scalatest" %% "scalatest"
|
||||||
@ -35,7 +33,7 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests
|
|||||||
|
|
||||||
* navigate to the project directory
|
* navigate to the project directory
|
||||||
|
|
||||||
* run `sbt compile` to compile the project
|
* run `sbt 'set test in assembly := {}' compile` (`sbt "set test in assembly := {}" compile` on Windows) to compile the project
|
||||||
|
|
||||||
* run `sbt assembly` to build the executable jar file, it should appear in `target/scala-2.12`
|
* run `sbt assembly` to build the executable jar file, it should appear in `target/scala-2.12`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user