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
151 B
Docker
11 lines
151 B
Docker
FROM opensuse:42.3
|
|
RUN zypper -n up
|
|
RUN zypper -n install \
|
|
autoconf \
|
|
flex \
|
|
bison \
|
|
pkgconfig \
|
|
readline-devel \
|
|
ncurses-devel \
|
|
gcc \
|
|
gmake
|