diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-17 11:57:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-07-17 18:38:11 +0200 |
commit | 7076a689f04dd621b5693cf5f0e8ef5331a8a501 (patch) | |
tree | b745aaea20fdc99b1135545bbdd2c73348521745 /.gitlab-ci.yml | |
parent | 0d215b678026e6b8dd5442d7340718383948ff8b (diff) | |
download | gnutls-7076a689f04dd621b5693cf5f0e8ef5331a8a501.tar.gz |
.gitlab-ci.yml: document that the x86 build is our openssl 1.0.x compat testing as well
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10802cb531..5a7dd76bfd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,7 +360,8 @@ MinGW32: # - tests/*.log # - tests/*/*.log -# We need a clean 32-bit fedora for testing +# We need a clean 32-bit fedora for testing. Note that this is also +# a test for interoperability with openssl 1.0.x. Fedora/x86: stage: stage1-testing image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_X86_BUILD |