Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-12 18:09:50 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-11-13 23:02:31 +0300
commitdcc2d172e9a49f2b4270d6940e7b09db3f7ff42d (patch)
tree49ff7d095b6db122ef996d34de4b29759f59f782 /.gitmodules
parent43b5f8c3ae21d2ed0dc17fc0be43dc7355d2b2e0 (diff)
[tools] Add client for sending jobs to Helix
This uses the Helix SDK to create jobs in the Helix environment.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2a1d0e3521f..0a275840458 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -62,3 +62,6 @@
path = external/llvm
url = git://github.com/mono/llvm.git
branch = release_60
+[submodule "external/helix-binaries"]
+ path = external/helix-binaries
+ url = git://github.com/mono/helix-binaries.git