mirror of
https://github.com/mx42/codingame_code_of_kutulu.git
synced 2026-01-14 13:49:51 +01:00
Updates
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
target
|
||||||
|
.idea
|
||||||
|
*~
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "codingame-scala-kit-forked"]
|
||||||
|
path = codingame-scala-kit-forked
|
||||||
|
url = git@github.com:huiwang/codingame-scala-kit.git
|
||||||
@@ -6,3 +6,6 @@ Codingame Challenge using the excellent Codingame-Scala-Kit : https://github.com
|
|||||||
|
|
||||||
* Clone the project
|
* Clone the project
|
||||||
* Clone https://github.com/huiwang/codingame-scala-kit.git into `codingame-scala-kit-forked`
|
* Clone https://github.com/huiwang/codingame-scala-kit.git into `codingame-scala-kit-forked`
|
||||||
|
* Symlinks `build.sbt`, `src/main/scala/com` and `project` should be referring the appropriate paths in `codingame-scala-kit-forked`
|
||||||
|
* Running `./enhanceCoK` should continuously build a file `target/CoK.scala` that you can sync with Codingame using a web-browser plugin.
|
||||||
|
|
||||||
|
|||||||
1
codingame-scala-kit-forked
Submodule
1
codingame-scala-kit-forked
Submodule
Submodule codingame-scala-kit-forked added at 64c7d3a833
2
enhance
2
enhance
@@ -5,5 +5,5 @@ BASENAME=$(basename $0)
|
|||||||
NAME=${BASENAME##enhance}
|
NAME=${BASENAME##enhance}
|
||||||
|
|
||||||
echo "Continuously testing and bundling $NAME"
|
echo "Continuously testing and bundling $NAME"
|
||||||
sbt "~ ; test-only **.${NAME}Test ; runMain $BUNDLER $NAME.scala"
|
sbt "~ ; testOnly **.${NAME}Test ; runMain $BUNDLER $NAME.scala"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user