mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
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:
parent
3b4d822888
commit
d3512f41d7
1 changed files with 5 additions and 9 deletions
14
.build.yml
14
.build.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue