diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb790a2..6e2f7be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,15 @@ smoke-test: image: ubuntu:18.04 script: - apt-get --quiet -qq update - - apt-get --quiet -qq install perl-modules git cmake g++ libio-socket-ssl-perl libyaml-perl + - apt-get --quiet -qq install perl-modules git cmake g++ libio-socket-ssl-perl libyaml-perl git - prove -I modules # Verifies that kdesrc-build itself can get to a basic install from a supported # scratch Docker repo # Commented out because it takes so much time though :( #install-test-opensuse: # image: opensuse/leap:15.0 # script: # - ./kdesrc-build --initial-setup && ./kdesrc-build --metadata-only # - ./kdesrc-build --include-dependencies --stop-on-failure dolphin