diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4ed48d1 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: ubuntu:18.04 + +before_script: + - apt-get --quiet -qq update + - apt-get --quiet -qq install perl-modules git cmake g++ libio-socket-ssl-perl libyaml-perl + +test: + stage: build + script: + - prove -I modules