mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Give up on setup.py
This commit is contained in:
parent
f2370fed5b
commit
75576e013a
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
|||
before_script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python python-setuptools
|
||||
- apt-get install -y python
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
|
||||
- cd fdroidserver
|
||||
- python2 setup.py install
|
||||
- export PATH="$PATH:$PWD/fdroidserver"
|
||||
|
||||
metadata_check:
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue