forked from external/yambar
ci: pip isn't available...
This commit is contained in:
parent
6febec5733
commit
654e704522
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ debug:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apk add gcovr
|
- apk add gcovr
|
||||||
|
- python2 -m ensurepip --upgrade
|
||||||
|
- python2 -m pip install --upgrade pip
|
||||||
- python2 -m pip install --upgrade setuptools
|
- python2 -m pip install --upgrade setuptools
|
||||||
- mkdir -p bld/debug
|
- mkdir -p bld/debug
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue