diff --git a/.build.yml b/.build.yml index 22b6766..7d3b602 100644 --- a/.build.yml +++ b/.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: 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