X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=6867e2b2ee8fc696f0ce272a2ee55169a62ba387;hb=a9e0a25587a4b48c5d83128eb27b63f2c751202c;hp=4929300a452a0acf53f6efaac02de25e3d3990a2;hpb=5c78dddb7c0dadd740bebf2db810b1b88d32d3c9;p=openssl-gost%2Fengine.git diff --git a/.travis.yml b/.travis.yml index 4929300..6867e2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - PREFIX=${HOME}/opt - PATH=${PREFIX}/bin:${PATH} - OPENSSL_BRANCH=OpenSSL_1_1_1-stable + - OPENSSL_TAG=openssl-3.0.0-alpha1 - RPATH="-Wl,-rpath=${PREFIX}/lib" matrix: @@ -51,8 +52,9 @@ before_script: - curl -L https://cpanmin.us | sudo perl - --sudo App::cpanminus - sudo cpanm --notest Test2::V0 > build.log 2>&1 || (cat build.log && exit 1) - if [ "$APT_INSTALL" ]; then sudo apt-get install -y $APT_INSTALL; fi - - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git + - git clone https://github.com/openssl/openssl.git - cd openssl + - git checkout ${OPENSSL_TAG} - git describe --always --long - $SETARCH ./config shared -d --prefix=${PREFIX} --openssldir=${PREFIX} ${RPATH} - travis_wait $SETARCH make -s -j$(nproc) build_libs