Skip to content

Commit

Permalink
Make tmp-distdir and build there, as part of CI
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Jan 10, 2019
1 parent be2f4e6 commit a20fb11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -97,6 +97,9 @@ Fedora/GnuTLS:
java-devel-openjdk glibc-langpack-cs iproute iputils nuttcp
- ./autogen.sh
- ./configure --with-java --disable-dsa-tests CFLAGS=-g
- make tmp-distdir
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure --with-java --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand All @@ -121,6 +124,9 @@ Fedora/GnuTLS/clang:
java-devel-openjdk clang glibc-langpack-cs iproute iputils nuttcp
- ./autogen.sh
- ./configure --with-java --disable-dsa-tests CC=clang CFLAGS=-g
- make tmp-distdir
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure --with-java --disable-dsa-tests CC=clang CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand All @@ -147,6 +153,9 @@ Fedora/OpenSSL:
- update-crypto-policies --set LEGACY
- ./autogen.sh
- ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make tmp-distdir
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand All @@ -173,6 +182,9 @@ Fedora/OpenSSL/clang:
- update-crypto-policies --set LEGACY
- ./autogen.sh
- ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make tmp-distdir
- cd openconnect-$(git describe --tags | sed s/^v//)
- ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
Expand Down

0 comments on commit a20fb11

Please sign in to comment.