ci: Add job for polybar-msg

This commit is contained in:
patrick96 2020-12-22 12:23:06 +01:00 committed by Patrick Ziegler
parent 923d9ae061
commit c3fbd1e3e8
1 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,21 @@ jobs:
cmake -DDISABLE_ALL=ON -DBUILD_DOC=ON ..
make doc
ipc:
runs-on: ubuntu-20.04
env:
COLOR: "ON"
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.ref }}
- name: Build polybar-msg
run: |
mkdir -p build
cd build
cmake -DDISABLE_ALL=ON -DBUILD_POLYBAR_MSG=ON ..
make polybar-msg
build:
runs-on: ubuntu-20.04
strategy: