aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-12-01 22:29:51 +0000
committerng0 <ng0@n0.is>2017-12-01 22:29:51 +0000
commit439af3cba3107358edc6a58d1945112011478b0b (patch)
tree4b71ee9c2b3ca8db4d163e6e4ab4620c3196998c
parenta7c56b5956bbec8de220fcb3f903b73236fb6205 (diff)
downloadgnunet-python-439af3cba3107358edc6a58d1945112011478b0b.tar.gz
gnunet-python-439af3cba3107358edc6a58d1945112011478b0b.zip
CI
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea0749d..4456985 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ build-gnunet-python:
24 only: 24 only:
25 - master 25 - master
26 before_script: 26 before_script:
27 - apt install python3-pip 27 - apt-get install -y python3-pip
28 - pip3 install dbus 28 - pip3 install dbus
29 - pip3 install PyGObject 29 - pip3 install PyGObject
30 script: python setup.py 30 script: python setup.py