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/centos-7-amd64/Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/docker/centos-7-amd64/Dockerfile (limited to 'misc/docker/centos-7-amd64/Dockerfile') diff --git a/misc/docker/centos-7-amd64/Dockerfile b/misc/docker/centos-7-amd64/Dockerfile new file mode 100644 index 00000000..c01731b2 --- /dev/null +++ b/misc/docker/centos-7-amd64/Dockerfile @@ -0,0 +1,11 @@ +FROM centos:7 +RUN yum -y upgrade +RUN yum -y install \ + autoconf \ + flex \ + bison \ + pkgconfig \ + 'readline-devel' \ + 'pkgconfig(ncurses)' \ + gcc \ + make -- cgit v1.2.3