.gitlab-ci.yml
changeset 344 367c27a0dc30
parent 341 8d891f932374
child 345 ae81f8e88aad
equal deleted inserted replaced
341:8d891f932374 344:367c27a0dc30
     1 image: python:3.5
     1 image: python:3.5
     2 
     2 
     3 before_script:
     3 before_script:
     4     - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
       
     5     - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
       
     6     - 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
     4     - python3.5 bootstrap.py --buildout-version=2.12.0
       
     5     - ./bin/buildout
     9 
     6 
    10 test_app:
     7 test_app:
    11     script:
     8     script:
    12         - ./bin/test
     9         - ./bin/test