From 5c4dfe0c30e5516fac73e6ed8455af2245ebc62a Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Thu, 17 Aug 2017 15:02:35 +0200 Subject: Gitlab CI support Add configuration and docker definitions for tests and builds in Gitlab CI platform. Some of them currently fail, which is a known problem. --- misc/docker/opensuse-42.3-amd64/Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/docker/opensuse-42.3-amd64/Dockerfile (limited to 'misc/docker/opensuse-42.3-amd64/Dockerfile') diff --git a/misc/docker/opensuse-42.3-amd64/Dockerfile b/misc/docker/opensuse-42.3-amd64/Dockerfile new file mode 100644 index 00000000..c9f7127d --- /dev/null +++ b/misc/docker/opensuse-42.3-amd64/Dockerfile @@ -0,0 +1,11 @@ +FROM opensuse:42.3 +RUN zypper -n up +RUN zypper -n install \ + autoconf \ + flex \ + bison \ + pkgconfig \ + readline-devel \ + ncurses-devel \ + gcc \ + gmake -- cgit v1.2.3