gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libextractor-python] branch master updated: Add CI files


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: Add CI files
Date: Sat, 02 Dec 2017 13:53:27 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 306aa78  Add CI files
306aa78 is described below

commit 306aa78eff53aa02ca8ad892eecd24b9d097a69f
Author: ng0 <address@hidden>
AuthorDate: Sat Dec 2 12:49:04 2017 +0000

    Add CI files
---
 .ci/Dockerfile |  6 ++++++
 .gitlab-ci.yml | 21 +++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/.ci/Dockerfile b/.ci/Dockerfile
new file mode 100644
index 0000000..fa683e5
--- /dev/null
+++ b/.ci/Dockerfile
@@ -0,0 +1,6 @@
+from debian:stretch
+
+# Install build tools
+RUN apt-get update && apt-get install -y git make automake autopoint autoconf 
python3 python3-pip python3-flake8
+
+# TODO: python2.7 image
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..fda566b
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,21 @@
+variables:
+
+stages:
+  - container
+  - build
+
+build-container:
+  stage: container
+  image: docker:dind
+  only:
+    - master
+  script:
+    - docker build -f .ci/Dockerfile -t libextractor-python .
+
+build-libextractor-python:
+  stage: build
+  image: libextractor-python:latest
+  only:
+    - master
+  script:
+    - pip3 install --no-deps --verbose .

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



reply via email to

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