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