summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-02-15 13:49:10 -0500
committerMike Frysinger <vapier@google.com>2020-02-16 05:12:33 +0000
commitb57e633433eaf32f9c2e3f398937f99a5319869c (patch)
treebb2e3d2ec10d58e64af8cdd34e904a5881ff6bb2 /README.md
parentd21638424cc92d8fa00e7f440300c92d8532f5a8 (diff)
downloadgit-repo-b57e633433eaf32f9c2e3f398937f99a5319869c.tar.gz
github: enable github actions for postsubmit testing
This gives us a bit of feedback by running our testsuite on Linux, macOS, and Windows platforms. While Linux & macOS are passing, Windows fails some of them. We can figure that out later. This is better than what we have now which is manual one-offs. Change-Id: I9d2d644be97ec76645db0bc15739e7679310a647 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/255314 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e3c46ce..3989dde1 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ that you can put anywhere in your path.
15* [repo Hooks](./docs/repo-hooks.md) 15* [repo Hooks](./docs/repo-hooks.md)
16* [Submitting patches](./SUBMITTING_PATCHES.md) 16* [Submitting patches](./SUBMITTING_PATCHES.md)
17* Running Repo in [Microsoft Windows](./docs/windows.md) 17* Running Repo in [Microsoft Windows](./docs/windows.md)
18* GitHub mirror: <https://github.com/GerritCodeReview/git-repo>
19* Postsubmit tests: <https://github.com/GerritCodeReview/git-repo/actions>
18 20
19## Install 21## Install
20 22