diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-06 13:55:15 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-07 15:21:40 +0200 |
commit | f10259aa3b5051e4b36b4e0fd2f2d0db06fb7c20 (patch) | |
tree | 115f70fe6aab7621e63b4a0bde580f3220ed8bdf | |
parent | c9a2c38b5645de22315aac35c78a40127b5d2fe9 (diff) | |
download | libquotient-f10259aa3b5051e4b36b4e0fd2f2d0db06fb7c20.tar.gz libquotient-f10259aa3b5051e4b36b4e0fd2f2d0db06fb7c20.zip |
Add GTAD as a submodule
Code generation in libQuotient is pretty sensitive to GTAD version
(or even a particular commit at times); so it makes sense to have GTAD
as a submodule in order to control the revision CI uses.
(amended with the GTAD commit that uses the right yaml-cpp commit)
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | gtad/gtad | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29b..f3aef316 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gtad/gtad"] + path = gtad/gtad + url = https://github.com/quotient-im/gtad.git diff --git a/gtad/gtad b/gtad/gtad new file mode 160000 +Subproject fcc8e0f28367f37890db9cfa5e96d08d599b36f |