ci: sr.ht: bring up to date

* Source from codeberg, not git.sr.ht
* No need to manually install gcovr
This commit is contained in:
Daniel Eklöf 2020-12-25 12:24:16 +01:00
parent 3b4d822888
commit d3512f41d7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -23,18 +23,14 @@ packages:
- gcovr
sources:
- https://git.sr.ht/~dnkl/yambar
- https://codeberg.org/dnkl/yambar
triggers:
- action: email
condition: failure
to: daniel@ekloef.se
# triggers:
# - action: email
# condition: failure
# to: <comitter>
tasks:
- install-gcovr: |
python2 -m ensurepip --user --upgrade
python2 -m pip install --user --upgrade pip
python2 -m pip install --user --upgrade setuptools
- setup: |
mkdir -p bld/debug bld/release bld/x11-only bld/wayland-only bld/plugs-are-shared
meson --buildtype=debug -Db_coverage=true yambar bld/debug