aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-12-01 22:27:15 +0000
committerng0 <ng0@n0.is>2017-12-01 22:27:15 +0000
commita7c56b5956bbec8de220fcb3f903b73236fb6205 (patch)
tree224210501d89408e99f8edb868baed5dae06b591
parent1322c90b5fb2a1a8a44bed7406db737a99c598dc (diff)
downloadgnunet-python-a7c56b5956bbec8de220fcb3f903b73236fb6205.tar.gz
gnunet-python-a7c56b5956bbec8de220fcb3f903b73236fb6205.zip
attempt to fix CI
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--Dockerfile4
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:
23 image: gnunet-python:latest 23 image: gnunet-python:latest
24 only: 24 only:
25 - master 25 - master
26 before_script:
27 - apt install python3-pip
28 - pip3 install dbus
29 - pip3 install PyGObject
26 script: python setup.py 30 script: python setup.py
diff --git a/Dockerfile b/Dockerfile
index 771ead5..41333d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,6 @@
1from debian:stretch 1from debian:stretch
2 2
3# Install build tools 3# Install build tools
4RUN apt-get update && apt-get install -y git make automake autopoint autoconf python3 python3-pip 4RUN apt-get update && apt-get install -y git make automake autopoint autoconf python3
5 5
6RUN pip install dbus
7RUN pip install PyGObject
8# TODO: python2.7 image 6# TODO: python2.7 image