From fc819f9980ee8e9f95f49397b2fadcda06a60b7b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Oct 2023 17:13:20 -0400 Subject: gitlab ci for a basic test This test just tries to make sure reindex has been run, and that mdbook passes. --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3-54-g00ecf