mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-08 07:31:06 +00:00
Formatting (#53)
This commit is contained in:
parent
925cc29172
commit
c1224f0795
11
COMPILING.md
11
COMPILING.md
@ -33,9 +33,16 @@ Setting up the test suite for Millfork is tricky, so if you don't need the tests
|
||||
|
||||
* navigate to the project directory
|
||||
|
||||
* run `sbt 'set test in assembly := {}' compile` (`sbt "set test in assembly := {}" compile` on Windows) to compile the project
|
||||
* run `sbt 'set test in assembly := {}' compile`
|
||||
to compile the project
|
||||
|
||||
* run `sbt 'set test in assembly := {}' assembly` (`sbt "set test in assembly := {}" assembly` on Windows) to build the executable jar file, it should appear in `target/scala-2.12`
|
||||
* run `sbt 'set test in assembly := {}' assembly`
|
||||
to build the executable jar file, it should appear in `target/scala-2.12`
|
||||
|
||||
* on Windows, use double quotes for the last two commands:
|
||||
|
||||
sbt "set test in assembly := {}" compile
|
||||
sbt "set test in assembly := {}" assembly
|
||||
|
||||
### Building with tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user