From a75e780e44028a09bbf29855b7ee9be9374a33c3 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 28 May 2020 18:42:11 +0200 Subject: [PATCH] Removing .travis.yml and adding .gitlab-ci.yml --- .travis.yml | 20 -------------------- debian/.gitlab-ci.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 .travis.yml create mode 100644 debian/.gitlab-ci.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7f8109c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -sudo: required - -env: - - TRAVIS_DEBIAN_DISTRIBUTION=unstable - - TRAVIS_DEBIAN_DISTRIBUTION=testing - - TRAVIS_DEBIAN_DISTRIBUTION=stable - -services: - - docker - -script: - # build the debian package - - wget -O- http://travis.debian.net/script.sh | sh - - -#notifications: -# email: false - -branches: - except: - - /^debian\/\d/ diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 0000000..62767c1 --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,14 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' + SALSA_CI_DISABLE_APTLY: 0 + SALSA_CI_DISABLE_AUTOPKGTEST: 0 + SALSA_CI_DISABLE_BLHC: 0 + SALSA_CI_DISABLE_LINTIAN: 0 + SALSA_CI_DISABLE_PIUPARTS: 0 + SALSA_CI_DISABLE_REPROTEST: 0 + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0