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>2017-04-28 21:28:32 +0300
committerGitHub <noreply@github.com>2017-04-28 21:28:32 +0300
commit0ea0f84a0df4ec9f6e929104b9be1ac1c6e22c76 (patch)
tree0d171a8c1b2871dea36835455c384e5ba4cf7194 /.gitmodules
parent41739fb3e514c71482eef708cd44b5437184742f (diff)
[bcl] Add API diff targets (#4406)
With these targets we can generate a snapshot of the current Mono API in C# source code form. Whenever we make changes, we can rerun this to ensure we didn't inadvertently change the public API. It also outputs a diff in html form that we can show on CI.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 52dd2e7d5b2..73d55a0a9b9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,6 @@
[submodule "external/api-doc-tools"]
path = external/api-doc-tools
url = git://github.com/mono/api-doc-tools.git
+[submodule "external/api-snapshot"]
+ path = external/api-snapshot
+ url = git://github.com/mono/api-snapshot.git