diff options
author | Kenny Root <kenny@the-b.org> | 2015-09-01 14:23:34 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-09-01 14:23:42 -0700 |
commit | 48626bd322a6aa9dc82820ddb618e90ef58badfb (patch) | |
tree | 858ad31d4e5b3300c5f7a6a89ed74a34181bdd70 | |
parent | 8dec4e7c6d9620722e250e365adbb63ef4c15180 (diff) | |
download | connectbot-48626bd322a6aa9dc82820ddb618e90ef58badfb.tar.gz connectbot-48626bd322a6aa9dc82820ddb618e90ef58badfb.tar.bz2 connectbot-48626bd322a6aa9dc82820ddb618e90ef58badfb.zip |
Add ci-support submodule for continuous integration
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | ci-support | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bf710c7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ci-support"] + path = ci-support + url = https://github.com/connectbot/ci-support diff --git a/ci-support b/ci-support new file mode 160000 +Subproject 44762f1ab425252f0e9b55f1adb0268dcfed966 |