X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=df4174bdea0088afb3b4e8fea7615e45b1d3ea66;hb=08f36a77850ee38a5e6eacba23bd252a7678b788;hp=ff23b34d6c2faa1c39898133b8df33022e89a519;hpb=cf5fafcbbfd88990693baaa8b10838fd36598f5f;p=m6w6%2Flibmemcached diff --git a/.travis.yml b/.travis.yml index ff23b34d..df4174bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ os: linux dist: focal -arch: arm64 +arch: + - arm64 + - ppc64le + - s390x language: cpp addons: @@ -10,7 +13,7 @@ addons: - libsasl2-dev env: - - CMAKE_BUILD_TYPE=Debug BUILD_TESTING=true ENABLE_SASL=true + - CMAKE_BUILD_TYPE=Debug BUILD_TESTING=true ENABLE_SASL=true CFLAGS="-O0 --coverage" CXXFLAGS="-O0 --coverage" install: - | @@ -37,7 +40,18 @@ script: - cmake -DMEMCACHED_BINARY=/opt/bin/memcached .. - make -j2 VERBOSE=1 - make test VERBOSE=1 - - make install DESTDIR=. + - make install DESTDIR=/tmp after_failure: - cat Testing/Temporary/LastTest.log || true + +after_success: + - bash <(curl -s https://codecov.io/bash) + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/796c8423962228333c54 + on_success: change + on_failure: change + on_start: never