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:
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:
- 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:
- 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: