mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Remove references to Travis CI
We do not use it any longer.
This commit is contained in:
parent
375f68480c
commit
406652988a
2 changed files with 5 additions and 98 deletions
11
README.md
11
README.md
|
@ -32,10 +32,9 @@ find the source for the documentation in
|
|||
|
||||
## CI/CD status
|
||||
|
||||
| | fdroidserver | buildserver | fdroid build --all | publishing tools |
|
||||
|--------------------------|:-------------:|:-----------:|:------------------:|:----------------:|
|
||||
| GNU/Linux | [](https://gitlab.com/fdroid/fdroidserver/-/jobs) | [](https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment) | [](https://jenkins.debian.net/job/reproducible_fdroid_build_apps/) | [](https://jenkins.debian.net/job/reproducible_fdroid_test/) |
|
||||
| macOS | [](https://travis-ci.org/f-droid/fdroidserver) | | | |
|
||||
| fdroidserver | buildserver | fdroid build --all | publishing tools |
|
||||
|:-------------:|:-----------:|:------------------:|:----------------:|
|
||||
| [](https://gitlab.com/fdroid/fdroidserver/-/jobs) | [](https://jenkins.debian.net/job/reproducible_setup_fdroid_build_environment) | [](https://jenkins.debian.net/job/reproducible_fdroid_build_apps/) | [](https://jenkins.debian.net/job/reproducible_fdroid_test/) |
|
||||
|
||||
|
||||
## Installing
|
||||
|
@ -102,7 +101,7 @@ It can be built locally via
|
|||
pip install -e .[docs]
|
||||
cd docs
|
||||
sphinx-apidoc -o ./source ../fdroidserver -M -e
|
||||
sphinx-autogen -o generated source/*.rst
|
||||
sphinx-autogen -o generated source/*.rst
|
||||
make html
|
||||
```
|
||||
|
||||
|
@ -119,7 +118,7 @@ When writing docstrings you should follow the
|
|||
|
||||
Everything can be translated. See
|
||||
[Translation and Localization](https://f-droid.org/docs/Translation_and_Localization)
|
||||
for more info.
|
||||
for more info.
|
||||
|
||||
<div align="center">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue