File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,16 @@ install:
6161
6262 # # does it run outside of test-suite?
6363 - kscript --help
64- - java -version
64+ - java -version
6565 - mvn --version
6666
67- # # - kscript 'println("kotlin rocks")'
67+ # # create mock `idea` to allow for idea environment bootstrapping tests (see kscript_nocall)
68+ - touch idea && chmod +x idea
69+
70+ - kscript 'println("kotlin rocks")'
6871# # - kscript ${KSCRIPT_HOME}/test/resources/multi_line_deps.kts
69- - export tmpDir=$(kotlin -classpath ${KSCRIPT_HOME}/build/libs/kscript.jar kscript.app.KscriptKt --idea test/resources/includes/include_variations.kts | cut -f2 -d" ")
70- cd $tmpDir && gradle build
72+ # - export tmpDir=$(kotlin -classpath ${KSCRIPT_HOME}/build/libs/kscript.jar kscript.app.KscriptKt --idea test/resources/includes/include_variations.kts | cut -f2 -d" ")
73+ # cd $tmpDir && gradle build
7174
7275# - resdeps.kts org.org.docopt:org.docopt:0.6.0-SNAPSHOT log4j:log4j:1.2.14
7376# - kscript ${KSCRIPT_HOME}/test/resources/multi_line_deps.kts
You can’t perform that action at this time.
0 commit comments