diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-01-07 11:37:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 11:37:50 -0500 |
commit | 1af17e0205f17c3b348f3a0d1f43acc7b8b99dc1 (patch) | |
tree | 106f85272734df5cee7b8a23e009319efc2cb923 /README.rst | |
parent | 1169c4470f73023370b1943c5ebe4bc89ae016d6 (diff) | |
download | couchdb-1af17e0205f17c3b348f3a0d1f43acc7b8b99dc1.tar.gz |
Rework CI setup (#2367)
This commit:
* Removes Travis CI from the build (no more .travis.yml)
* Moves Jenkinsfile to `build-aux/Jenkinsfile.full` and updates the version
of Erlang used in all steps to `20.3.8.24-1` (Erlang Solutions
packages).
* Introduces a new `build-aux/Jenkinsfile.pr` that just builds
CouchDB against the 3 most important versions of Erlang,
intended for use when building PRs, using a special
`debian-buster-erlang-all` image that has `kerl` builds of those 3
versions of Erlang:
* the oldest supported
* the version we release our binary convenience builds with
* the latest supported
* Builds against SpiderMonkey 60 on the platforms where it is available
(currently, only Debian buster)
* Updated README file with new, dynamic Jenkins embeddable build status
badge
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/README.rst b/README.rst index a03d6ec5a..47ce32e19 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,12 @@ Apache CouchDB README ===================== -+--------------------------------+------------+ -| Travis CI master build status | |travisci| | -+--------------------------------+------------+ -| Jenkins CI master build status | |jenkins| | -+--------------------------------+------------+ ++-----+ +| |1| | ++-----+ -.. |travisci| image:: https://travis-ci.org/apache/couchdb.svg?branch=master - :target: https://travis-ci.org/apache/couchdb - -.. |jenkins| image:: https://builds.apache.org/job/CouchDB/job/master/badge/icon - :target: https://builds.apache.org/blue/organizations/jenkins/CouchDB/activity +.. |1| image:: https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/master/badge/icon?subject=master%20build + :target: https://ci-couchdb.apache.org/blue/organizations/jenkins/jenkins-cm1%2FFullPlatformMatrix/activity?branch=master Installation ------------ |