From: Craig Small Date: Tue, 28 Jul 2015 12:47:15 +0000 (+1000) Subject: build-sys: Add gitlab CI job file X-Git-Tag: v3.3.11~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7f0f3d7fe72df96bee00e2da3480a10b8aa3f1a;p=procps-ng build-sys: Add gitlab CI job file --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..03f8fe6d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +# This file is generated by GitLab CI +'': + script: [] + tags: + except: + - tags +Testsuites: + script: + - "./autogen.sh" + - "./configure" + - make + - make check + - make clean + tags: + except: + - tags