X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.travis.yml;h=5a3ca214183a55de230254449243c9bc131ea704;hb=c4e68c4e124ec29bd3c9c88fd8fdca77e6292f38;hp=d5224fc65f861a0f3a89bcd0894b54494c97358b;hpb=e37273980388332884e53744e4300f48ac62f772;p=openssl-gost%2Fengine.git diff --git a/.travis.yml b/.travis.yml index d5224fc..5a3ca21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: bionic os: linux @@ -21,14 +21,34 @@ matrix: include: - os: linux compiler: gcc + - env: LABEL="linux-ppc64le" CMAKE_VERSION=3.15.1 + os: linux-ppc64le + compiler: gcc + install: + - wget https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSION}.tar.gz && tar -xzf cmake-${CMAKE_VERSION}.tar.gz + - cd cmake-${CMAKE_VERSION} && ./bootstrap && sudo make install && cd .. - env: ASAN=-DASAN=1 os: linux compiler: gcc + - env: COVERITY_SCAN_PROJECT_NAME="gost-engine" COVERITY_SCAN_BRANCH_PATTERN="*" COVERITY_SCAN_NOTIFICATION_EMAIL="beldmit@gmail.com" COVERITY_SCAN_BUILD_COMMAND="make" + if: type == cron + os: linux + compiler: gcc + script: + - mkdir build + - cd build + - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines .. + - curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true + - os: linux + compiler: gcc + - os: linux + arch: arm64 + compiler: gcc - os: osx compiler: clang - 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