changeset 340 | b5412f1817a1 |
child 341 | 8d891f932374 |
339:0abe0670c59d | 340:b5412f1817a1 |
---|---|
1 image: python:3.5 |
|
2 |
|
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 |
|
9 |
|
10 test_app: |
|
11 script: |
|
12 - ./bin/test |