ci: Add job for polybar-msg
This commit is contained in:
parent
923d9ae061
commit
c3fbd1e3e8
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -26,6 +26,21 @@ jobs:
|
|||||||
cmake -DDISABLE_ALL=ON -DBUILD_DOC=ON ..
|
cmake -DDISABLE_ALL=ON -DBUILD_DOC=ON ..
|
||||||
make doc
|
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:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user