X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.yml;h=fcb497a56371e056d4a6d148f0a7afe47c54f45a;hp=13a2f40e14d6b63a2a958c37efa80d4ab97f836e;hb=2250d12f3eb4d76a865f67ce36a861933a4942b4;hpb=844026ddb563959b8327bff40b976c41644fa2d2 diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index 13a2f40e..fcb497a5 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -110,8 +110,8 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} - uses: codecov/codecov-action@v1.0.13 # sanitizer build @@ -188,8 +188,8 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # mac debug dbg-mac: @@ -259,8 +259,8 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} - uses: codecov/codecov-action@v1.0.13 # mac release @@ -330,8 +330,8 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # windows release builds windows: @@ -393,8 +393,8 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # linux release builds release: @@ -536,5 +536,5 @@ jobs: cmake -DCPACK_COMPONENT_INSTALL=ON build cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target package cmake --build build --config ${{ env.CMAKE_BUILD_TYPE }} -j2 --target push-artifacts - - name: Notify Gitter (success) - run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ success() }} + - name: Notify Gitter + run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }}