CI: try IRC notifications

This commit is contained in:
Adriaan de Groot 2021-01-28 14:11:21 +01:00
parent b85e5b52c2
commit 88128e91fe

View File

@ -27,15 +27,15 @@ jobs:
image: docker://kdeneon/plasma:user image: docker://kdeneon/plasma:user
options: --tmpfs /build:rw --user 0:0 options: --tmpfs /build:rw --user 0:0
steps: steps:
- -
name: prepare env name: prepare env
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y install git-core sudo apt-get -y install git-core
- -
name: checkout name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: install dependencies name: install dependencies
run: | run: |
sudo apt-get -y install \ sudo apt-get -y install \
@ -80,8 +80,17 @@ jobs:
name: make name: make
working-directory: ${{ env.BUILDDIR }} working-directory: ${{ env.BUILDDIR }}
run: make -j2 VERBOSE=1 run: make -j2 VERBOSE=1
- -
name: install name: install
working-directory: ${{ env.BUILDDIR }} working-directory: ${{ env.BUILDDIR }}
run: | run: |
make install VERBOSE=1 make install VERBOSE=1
-
name: notify
uses: rectalogic/notify-irc@v1
with:
server: char.freenode.net
channel: #calamares
nickname: ircalamares
message: |
${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }}