5c4dfe0c30
Add configuration and docker definitions for tests and builds in Gitlab CI platform. Some of them currently fail, which is a known problem.
11 lines
153 B
Docker
11 lines
153 B
Docker
FROM centos:6
|
|
RUN yum -y upgrade
|
|
RUN yum -y install \
|
|
autoconf \
|
|
flex \
|
|
bison \
|
|
pkgconfig \
|
|
'readline-devel' \
|
|
'pkgconfig(ncurses)' \
|
|
gcc \
|
|
make
|