.gitlab-ci.yml
changeset 343 7552b0ebf15f
parent 341 8d891f932374
child 350 73abbf667dab
equal deleted inserted replaced
342:aeebed96ddd8 343:7552b0ebf15f
     1 image: python:3.5
     1 image: python:3.5
     2 
     2 
       
     3 cache:
       
     4     paths:
       
     5         - /var/local/env/pyams/eggs/
       
     6 
     3 before_script:
     7 before_script:
     4     - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
     8     - export http_proxy=http://172.17.0.1:3128/
     5     - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
     9     - export https_proxy=http://172.17.0.1:3128/
     6     - apt-get update
    10     - apt-get update
     7     - apt-get install gcc g++ libjpeg-dev libpng-dev libxml2-dev libxslt-dev libfreetype6-dev
       
     8     - python3.5 bootstrap.py --buildout-version=2.12.0
    11     - python3.5 bootstrap.py --buildout-version=2.12.0
       
    12     - ./bin/buildout
     9 
    13 
    10 test_app:
    14 test_app:
    11     script:
    15     script:
    12         - ./bin/test
    16         - ./bin/test