[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Add an initial .gitab-ci.yml.



Title: GitLab

Chris Lamb pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    1
    +before_script:
    
    2
    +  - apt-get -q update
    
    3
    +  - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends aspcud apt-cudf
    
    4
    +  - env DEBIAN_FRONTEND=noninteractive apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0 -o Debug::pkgProblemResolver=yes build-dep .
    
    5
    +
    
    6
    +.test_template: &test
    
    7
    +  script:
    
    8
    +    - t/bin/runtests
    
    9
    +
    
    10
    +unstable:
    
    11
    +  <<: *test
    
    12
    +  image: debian:unstable
    
    13
    +
    
    14
    +testing:
    
    15
    +  <<: *test
    
    16
    +  image: debian:testing
    
    17
    +
    
    18
    +stable-bpo:
    
    19
    +  <<: *test
    
    20
    +  image: debian:stable-backports
    
    21
    +
    
    22
    +ubuntu-devel:
    
    23
    +  <<: *test
    
    24
    +  image: ubuntu:devel


  • Reply to: