gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-python] branch master updated: attempt to fix CI


From: gnunet
Subject: [GNUnet-SVN] [gnunet-python] branch master updated: attempt to fix CI
Date: Fri, 01 Dec 2017 23:27:28 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-python.

The following commit(s) were added to refs/heads/master by this push:
     new a7c56b5  attempt to fix CI
a7c56b5 is described below

commit a7c56b5956bbec8de220fcb3f903b73236fb6205
Author: ng0 <address@hidden>
AuthorDate: Fri Dec 1 22:27:15 2017 +0000

    attempt to fix CI
---
 .gitlab-ci.yml | 4 ++++
 Dockerfile     | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 293eb74..ea0749d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,4 +23,8 @@ build-gnunet-python:
   image: gnunet-python:latest
   only:
     - master
+  before_script:
+    - apt install python3-pip
+    - pip3 install dbus
+    - pip3 install PyGObject
   script: python setup.py
diff --git a/Dockerfile b/Dockerfile
index 771ead5..41333d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,6 @@
 from debian:stretch
 
 # Install build tools
-RUN apt-get update && apt-get install -y git make automake autopoint autoconf 
python3 python3-pip
+RUN apt-get update && apt-get install -y git make automake autopoint autoconf 
python3
 
-RUN pip install dbus
-RUN pip install PyGObject
 # TODO: python2.7 image

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]