Attempt at setting up ci.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 10 Feb 2023 01:05:09 +0000 (20:05 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 10 Feb 2023 01:05:09 +0000 (20:05 -0500)
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..763985c
--- /dev/null
@@ -0,0 +1,11 @@
+image: ubuntu
+
+before_script:
+  - apt-get update
+  - apt-get -qy upgrade
+  - apt-get -y install make python2 python3 pylint
+
+test:
+  script:
+  - echo "Running as ${USER:-root}"
+  - make check