[Notes] [Git][BuildGrid/buildgrid][finn/debian-stable] Adding debian to CI to test python 3.5.



Title: GitLab

finnball pushed to branch finn/debian-stable at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -11,12 +11,11 @@ before_script:
    11 11
       - export PATH=~/.local/bin:${PATH}
    
    12 12
       - pip3 install --user -e .
    
    13 13
     
    
    14
    -tests-fedora:
    
    14
    +.linux-tests-template: &linux-tests
    
    15 15
       stage: test
    
    16 16
       variables:
    
    17 17
         PYTEST_ADDOPTS: "--color=yes"
    
    18
    -  script:
    
    19
    -    - yum -y install clang libffi-devel openssl-devel python3-devel
    
    18
    +  scripts:
    
    20 19
         - python3 setup.py test
    
    21 20
         - mkdir -p coverage/
    
    22 21
         - cp .coverage.* coverage/coverage."${CI_JOB_NAME}"
    
    ... ... @@ -24,6 +23,14 @@ tests-fedora:
    24 23
         paths:
    
    25 24
         - coverage/
    
    26 25
     
    
    26
    +tests-debian:
    
    27
    +  image: buildstream/buildstream-debian
    
    28
    +  <<: *linux-tests
    
    29
    +
    
    30
    +tests-fedora:
    
    31
    +  script:
    
    32
    +    - yum -y install clang libffi-devel openssl-devel python3-devel
    
    33
    +  <<: *linux-tests
    
    27 34
     
    
    28 35
     tests-dummy-job-fedora:
    
    29 36
       stage: test
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]