ci: lets see if upgrading python2's setuptools helps

This commit is contained in:
Daniel Eklöf 2019-05-09 20:50:15 +02:00
parent cf3d6a4f88
commit 6febec5733

View file

@ -13,11 +13,12 @@ before_script:
- apk add libxcb-dev xcb-util-wm-dev xcb-util-cursor-dev cairo-dev yaml-dev - apk add libxcb-dev xcb-util-wm-dev xcb-util-cursor-dev cairo-dev yaml-dev
- apk add wayland-dev wayland-protocols wlroots-dev - apk add wayland-dev wayland-protocols wlroots-dev
- apk add json-c-dev libmpdclient-dev alsa-lib-dev - apk add json-c-dev libmpdclient-dev alsa-lib-dev
- apk add gcovr
debug: debug:
stage: build stage: build
script: script:
- apk add gcovr
- python2 -m pip install --upgrade setuptools
- mkdir -p bld/debug - mkdir -p bld/debug
- cd bld/debug - cd bld/debug
- meson --buildtype=debug -Db_coverage=true ../.. - meson --buildtype=debug -Db_coverage=true ../..
@ -25,7 +26,6 @@ debug:
- ninja test - ninja test
- cat /usr/bin/gcovr - cat /usr/bin/gcovr
- python2 -m gcovr --version - python2 -m gcovr --version
- python3 -m gcovr --version
- gcovr --version - gcovr --version
- ninja coverage-xml - ninja coverage-xml