X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=b0d3c5a5ca610e4210a3dd839e2e7118dd72404b;hb=1b59502c521cc804cb712d3ee07dfbba107f2951;hp=2438347cbecfa225ba55b757b7f0a1ab1d0073ae;hpb=75c622741ec3e8ad742daaa98431719d6c2c55f2;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index 2438347c..b0d3c5a5 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -194,7 +194,6 @@ on: - ".cirrus.yml" branches-ignore: - gh-pages - - v1.x pull_request: branches: - master @@ -258,10 +257,14 @@ jobs: dbg-mac: name: dbg-mac (, , ) runs-on: # + env: + CFLAGS: -O0 --coverage + CXXFLAGS: -O0 --coverage continue-on-error: true steps: - uses: actions/checkout@v2 + - uses: codecov/codecov-action@v1.0.13 # release builds release: