cmake: missing file
[awesomized/libmemcached] / .travis.yml
index ff23b34d6c2faa1c39898133b8df33022e89a519..1428b20a34afd504a75b8dd2581cd093fc6793df 100644 (file)
@@ -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:
  - |
@@ -41,3 +44,14 @@ script:
 
 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