.gitlab-ci.yml
branchdev-tf
changeset 411 6093753eed87
parent 408 cf2304af0fab
child 412 dc8409ffca8c
equal deleted inserted replaced
409:b403001b58c4 411:6093753eed87
     3 stages:
     3 stages:
     4     - test
     4     - test
     5     - dist
     5     - dist
     6     - quality
     6     - quality
     7 
     7 
       
     8 cache:
       
     9     paths:
       
    10         - venv/
       
    11 
     8 before_script:
    12 before_script:
     9     - export http_proxy=http://172.17.0.1:3128/
    13     - export http_proxy=http://172.17.0.1:3128/
    10     - export HTTP_PROXY=http://172.17.0.1:3128/
    14     - export HTTP_PROXY=http://172.17.0.1:3128/
    11     - export https_proxy=http://172.17.0.1:3128/
    15     - export https_proxy=http://172.17.0.1:3128/
    12     - export HTTPS_PROXY=http://172.17.0.1:3128/
    16     - export HTTPS_PROXY=http://172.17.0.1:3128/
       
    17     - python -V
       
    18     - pip install virtualenv
       
    19     - virtualenv venv
       
    20     - source venv/bin/activate
    13 
    21 
    14 bootstrap:
    22 bootstrap:
    15     stage: .pre
    23     stage: .pre
    16     script:
    24     script:
    17         - python3.5 bootstrap.py --buildout-version=2.12.0
    25         - python3.5 bootstrap.py --buildout-version=2.12.0