X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.yml;h=56e9bcba3f85e8b864a4eb35ed4b495f1096176f;hp=9d9c6a3613e1e91c4a3aa4b02e858bed627ce1a2;hb=9b0cb8f7aac22ccb4eff6dcabcae4db627217efa;hpb=85f5404daca70a8bc772c5e0670b22f68ad9d76d diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index 9d9c6a36..56e9bcba 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -111,6 +111,7 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} - uses: codecov/codecov-action@v1.0.13 @@ -189,6 +190,7 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # mac debug @@ -260,6 +262,7 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} - uses: codecov/codecov-action@v1.0.13 @@ -331,6 +334,7 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # windows release builds @@ -394,6 +398,7 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }} # linux release builds @@ -544,4 +549,5 @@ jobs: 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 + if: success() || failure() run: bash .github/notify-gitter.sh ${{ secrets.GITTER }} ${{ job.status }}