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