diff -r 0abe0670c59d -r b5412f1817a1 .gitlab-ci.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitlab-ci.yml Tue Jun 11 17:23:01 2019 +0200 @@ -0,0 +1,12 @@ +image: python:3.5 + +before_script: + - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/ + - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/ + - apt-get update + - apt-get install gcc g++ libjpeg-dev libpng-dev libxml2-dev libxslt-dev libfreetype6-dev + - python3.5 bootstrap.py --buildout-version=2.12.0 + +test_app: + script: + - ./bin/test