workflows: docs-publish-pages [ci skip]
[awesomized/libmemcached] / .github / workflows / cmake-build-ci.gen
index 6f7c48a18e27d1129f740ce228efdb909bd78bbd..dddde934da170f6466f5c2ad37c32d8f0f763bfa 100755 (executable)
@@ -190,10 +190,11 @@ on:
   push:
     paths-ignore:
       - "docs/**"
+      - ".travis.yml"
+      - ".cirrus.yml"
+      - ".github/workflows/docs*"
     branches-ignore:
       - gh-pages
-      - catch
-      - v1.x
   pull_request:
     branches:
       - master
@@ -257,10 +258,14 @@ jobs:
   dbg-mac:
     name: dbg-mac (<?=DEF["macOS"]?>, <?=DEF[DEF["macOS"]]?>, <?=DEF[DEF[DEF["macOS"]]]["ver"]?>)
     runs-on: <?=DEF["macOS"]?> #
+    env:
+      CFLAGS: -O0 --coverage
+      CXXFLAGS: -O0 --coverage
     continue-on-error: true
     steps:
       - uses: actions/checkout@v2
 <?php steps(false); ?>
+      - uses: codecov/codecov-action@v1.0.13
 
   # release builds
   release: