aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-12 17:13:20 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-12 17:41:34 -0400
commitfc819f9980ee8e9f95f49397b2fadcda06a60b7b (patch)
treeb03d7021d74214e4b95a051b73587e781827d8c7 /.gitlab-ci.yml
parent4040e872a63b10940f351bf97076c66074e54686 (diff)
downloadtorspec-fc819f9980ee8e9f95f49397b2fadcda06a60b7b.tar.gz
torspec-fc819f9980ee8e9f95f49397b2fadcda06a60b7b.zip
gitlab ci for a basic test
This test just tries to make sure reindex has been run, and that mdbook passes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..1e8864d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+
+check:
+ # Chosen more or less arbitrarily.
+ image: hrektts/mdbook
+ script:
+ - apt-get update && apt-get install -y python3 git
+ - ./proposals/check_index
+ - ./build_html.sh