equal
deleted
inserted
replaced
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/ |
4 - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/ |
5 - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/ |
5 - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/ |
6 - apt-get update |
6 - apt-get update |
7 - apt-get install gcc g++ libjpeg-dev libpng-dev libxml2-dev libxslt-dev libfreetype6-dev |
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 |
8 - python3.5 bootstrap.py --buildout-version=2.12.0 |
9 |
9 |
10 test_app: |
10 test_app: |
11 script: |
11 script: |
12 - ./bin/test |
12 - ./bin/test |