Skip to content

Commit

Permalink
Merge pull request #19 from cleeyv/notify
Browse files Browse the repository at this point in the history
New message notifications using notify-rust
  • Loading branch information
boxdot authored Nov 27, 2020
2 parents 6f7b845 + a7e93c4 commit f5d63e8
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 27 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
env:
RUSTFLAGS: -D warnings
steps:
- name: Install build dependencies for libdbus-sys
run: |
sudo apt update
sudo apt install -y libdbus-1-dev pkg-config
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --all-targets
args: --all-targets --all-features
- uses: actions-rs/cargo@v1
with:
command: test
Expand All @@ -43,6 +47,10 @@ jobs:
name: clippy
runs-on: ubuntu-latest
steps:
- name: Install build dependencies for libdbus-sys
run: |
sudo apt update
sudo apt install -y libdbus-1-dev pkg-config
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit f5d63e8

Please sign in to comment.