aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29gitlab: Fix build on FreeBSDAndreas Schneider1-2/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29gitlab: Disable client testing on freebsdAndreas Schneider1-1/+1
The host doesn't have cwrap installed. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29gitlab: Remove the debian aarch64 buildAndreas Schneider1-16/+0
This doesn't work anymore Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29gitlab: Add SERVER_TESTING and updates for cmakeAndreas Schneider1-39/+52
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTINGAndreas Schneider1-10/+10
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-29cmake: Rename WITH_TESTING option to UNIT_TESTINGAndreas Schneider1-14/+14
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-28gitlab: Do not build with SSHv1 supportAndreas Schneider1-6/+6
This will be removed soon. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-28gitlab: Disable SSHv1 supportAndreas Schneider1-8/+8
This will be removed soon. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Use wine to run tests built for WindowsAnderson Toshiyuki Sasaki1-4/+10
When building in a cross-compiling environment, use wine to run the tests. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Add build with mbedtlsAndreas Schneider1-0/+16
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Enable build with libgcryptAndreas Schneider1-4/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Don't error out if obj existsAndreas Schneider1-13/+13
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Added builds for Windows using MinGWAnderson Toshiyuki Sasaki1-0/+39
Only the unit tests are run. Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2018-06-27gitlab: Use obj dir for buildingAndreas Schneider1-11/+11
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-05-30Add builds for opensuse tumbleweedJim McDonough1-0/+53
Signed-off-by: Jim McDonough <jmcdonough@suse.com>
2018-04-18Introduce a gitlab CI for centos7, debian and FedoraNikos Mavrogiannopoulos1-0/+145
This introduces builds for: centos7 with openssl 1.0.x (x86-64) fedora28 with openssl 1.1.x (x86-64) fedora28 with libgcrypt (x86-64) - disabled debian with openssl 1.0.x (aarch64) address-sanitizer (gcc) - disabled undefined-sanitizer (gcc) static-analyzer (clang) See https://gitlab.com/libssh/libssh-mirror/ Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>