Browse Source

package/ci: lcov!!! don't test my patience!

pull/680/head
Vladimír Vondruš 9 months ago
parent
commit
b04e726be7
  1. 6
      package/ci/circleci.yml

6
package/ci/circleci.yml

@ -744,7 +744,11 @@ jobs:
- install-static-moltenvk
- build:
script: unix-desktop.sh
- lcov
# For some reason newer lcov produces random consistency errors, like the
# one in package/archlinux/PKGBUILD. Not the case with Xcode 13.4 image,
# only here.
- lcov:
extra: --ignore-errors inconsistent,gcov
emscripten-webgl1:
executor: emscripten2

Loading…
Cancel
Save