summaryrefslogtreecommitdiff
path: root/Dockerfile.debian
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-09-28 16:05:59 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-23 14:28:28 +0300
commitfa6dbf8c048961356fd642df047cb58ab49309b2 (patch)
treed3cfc459ea6f54300eb69d4faf23aeac8a80fcb2 /Dockerfile.debian
parentb633344e7407f2086199b9d835aa980ba4c29dfa (diff)
Add GitLab's CI/CD configuration
The CI/CD pipeline is configured the following way: 1. Build docker images and add them to repo's registry (manual step for now, automation needs GitLab to be updated). 2. Build igt with meson on Debian and Fedora. 3. Run `ninja tests` on Fedora. 4. Build and publish docs as an artifact, for GitLab Pages. v2: Typos and fully-featured meson build. v3: Use variables instead of hard-coding registry and project. Cc: Petri Latvala <petri.latvala@intel.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'Dockerfile.debian')
-rw-r--r--Dockerfile.debian35
1 files changed, 35 insertions, 0 deletions
diff --git a/Dockerfile.debian b/Dockerfile.debian
new file mode 100644
index 00000000..1c70f015
--- /dev/null
+++ b/Dockerfile.debian
@@ -0,0 +1,35 @@
+FROM debian:stretch-backports
+
+RUN apt-get update
+RUN apt-get install -y \
+ gcc \
+ flex \
+ bison \
+ pkg-config \
+ libpciaccess-dev \
+ libkmod-dev \
+ libprocps-dev \
+ libunwind-dev \
+ libdw-dev \
+ zlib1g-dev \
+ liblzma-dev \
+ libssl-dev \
+ libcairo-dev \
+ libpixman-1-dev \
+ libudev-dev \
+ libgsl-dev \
+ libasound2-dev \
+ libxmlrpc-core-c3-dev \
+ libjson-c-dev \
+ libcurl4-openssl-dev \
+ libxrandr-dev \
+ libxv-dev \
+ x11proto-dri2-dev \
+ python-docutils \
+ valgrind \
+ peg
+
+RUN apt-get install -t stretch-backports -y \
+ meson \
+ libdrm-dev \
+ libdrm-intel1