First Gitlab-CI integration test
authorThierry Florac <thierry.florac@onf.fr>
Tue, 11 Jun 2019 17:23:01 +0200
changeset 340 b5412f1817a1
parent 339 0abe0670c59d
child 341 8d891f932374
First Gitlab-CI integration test
.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