X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.travis.yml;h=8255044f21e61552d6b560b0bf2b5c4e00cc5ef6;hb=51c8b1014f4e4277eb3096dc15b5e009394999f9;hp=47f49b825e0f8c4123a521cf025e7fbab49e98b5;hpb=a0aeb9c7f3b57c09528bb8c73658d374cbd92f56;p=openssl-gost%2Fengine.git diff --git a/.travis.yml b/.travis.yml index 47f49b8..8255044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ matrix: include: - os: linux compiler: gcc + - env: LABEL="linux-ppc64le" + os: linux-ppc64le + compiler: gcc - env: ASAN=-DASAN=1 os: linux compiler: gcc @@ -29,6 +32,7 @@ matrix: 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) - git clone --depth 1 -b ${OPENSSL_BRANCH} https://github.com/openssl/openssl.git - cd openssl @@ -42,5 +46,4 @@ script: - cd build - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} .. - make - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then cp bin/gost.{dylib,so}; fi # this hack is most probably related to https://github.com/openssl/openssl/issues/727 - make test CTEST_OUTPUT_ON_FAILURE=1