CentOS7/GnuTLS:
image: centos:7
script:
+ - yum update -y
- yum install -y epel-release
- yum install -y git autoconf automake libtool python gettext
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
CentOS7/OpenSSL:
image: centos:7
script:
+ - yum update -y
- yum install -y epel-release
- yum install -y git autoconf automake libtool python gettext
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
CentOS6/OpenSSL:
image: centos:6
script:
+ - yum update -y
- yum install -y epel-release
- yum -y reinstall glibc-common
- localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
Fedora/GnuTLS:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
'pkgconfig(gnutls)' trousers-devel 'pkgconfig(libpcsclite)'
Fedora/GnuTLS/clang:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
'pkgconfig(gnutls)' trousers-devel 'pkgconfig(libpcsclite)'
Fedora/OpenSSL:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
'pkgconfig(gnutls)' trousers-devel 'pkgconfig(libpcsclite)'
Fedora/OpenSSL/clang:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
'pkgconfig(openssl)' 'pkgconfig(libxml-2.0)' 'pkgconfig(liblz4)'
'pkgconfig(gnutls)' trousers-devel 'pkgconfig(libpcsclite)'
MinGW32/GnuTLS:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
mingw32-gnutls mingw32-openssl mingw32-libxml2 mingw32-zlib
mingw32-gcc wine.i686 make
MinGW32/OpenSSL:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
mingw32-gnutls mingw32-openssl mingw32-libxml2 mingw32-zlib
mingw32-gcc wine.i686 make
MinGW64/GnuTLS:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
mingw64-gnutls mingw64-openssl mingw64-libxml2 mingw64-zlib
mingw64-gcc wine.i686 make
MinGW64/OpenSSL:
script:
+ - dnf update -y
- dnf install -y git autoconf automake libtool python gettext make
mingw64-gnutls mingw64-openssl mingw64-libxml2 mingw64-zlib
mingw64-gcc wine.x86_64 make