Add scripts for running with already downloaded dependecies
This patch adds 2 scipts in run-debug directory which execute dist/bin/konanc and dist/bin/interop with '-Dkonan.dependencies=dependencies/all' additional argument. It allows us to run compiler and stub generator avoiding first run dependecy download.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
../dist/bin/interop -Dkonan.dependencies=../dependencies/all "$@"
|
||||
|
||||
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
../dist/bin/konanc -Dkonan.dependencies=../dependencies/all "$@"
|
||||
Reference in New Issue
Block a user