--- a/.gitlab-ci.yml Wed Jun 12 12:40:46 2019 +0200
+++ b/.gitlab-ci.yml Wed Jun 12 12:41:06 2019 +0200
@@ -1,11 +1,15 @@
image: python:3.5
+cache:
+ paths:
+ - /var/local/env/pyams/eggs/
+
before_script:
- - export http_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
- - export https_proxy=http://tflorac:Neja008_@proxy.onf.fr:8080/
+ - export http_proxy=http://172.17.0.1:3128/
+ - export https_proxy=http://172.17.0.1:3128/
- 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
+ - ./bin/buildout
test_app:
script: