From: Eric S. Raymond Date: Fri, 10 Feb 2023 01:05:09 +0000 (-0500) Subject: Attempt at setting up ci. X-Git-Tag: 2.8~78 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=64a4f3d855e037331f0ebc40c2df90583be57e95 Attempt at setting up ci. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..763985c --- /dev/null +++ b/.gitlab-ci.yml @@ -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