X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.travis.yml;h=372ec69a6ac4b40da36ae59c9f2ad518491bbc3a;hb=1a2714eb8f2c526517a01c90bb02ccd0e22f4c08;hp=6867e2b2ee8fc696f0ce272a2ee55169a62ba387;hpb=0402564c47b0143e1a469088b7f822cf01d60da4;p=openssl-gost%2Fengine.git diff --git a/.travis.yml b/.travis.yml index 6867e2b..372ec69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ env: global: - PREFIX=${HOME}/opt - PATH=${PREFIX}/bin:${PATH} - - OPENSSL_BRANCH=OpenSSL_1_1_1-stable - - OPENSSL_TAG=openssl-3.0.0-alpha1 + - OPENSSL_BRANCH=openssl-3.0.0-alpha1 - RPATH="-Wl,-rpath=${PREFIX}/lib" matrix: @@ -52,9 +51,8 @@ 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 https://github.com/openssl/openssl.git + - git clone --depth 1 -b ${OPENSSL_BRANCH} 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