Removing .travis.yml and adding .gitlab-ci.yml

This commit is contained in:
Jan Wagner 2020-05-28 18:42:11 +02:00
parent 7e46f8e6b3
commit a75e780e44
2 changed files with 14 additions and 20 deletions

View file

@ -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/

14
debian/.gitlab-ci.yml vendored Normal file
View file

@ -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