mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-25 14:37:47 +00:00
See https://github.com/travis-ci/travis-ci/issues/2778#issuecomment-329968553 See https://docs.travis-ci.com/user/conditional-builds-stages-jobs/#Conditional-Jobs
161 lines
No EOL
4.1 KiB
YAML
161 lines
No EOL
4.1 KiB
YAML
{
|
|
"branches": {
|
|
"only": [
|
|
"auto",
|
|
"master"
|
|
]
|
|
},
|
|
"cache": "pip",
|
|
"dist": "trusty",
|
|
"git": {
|
|
"submodules": false
|
|
},
|
|
"install": [
|
|
"\n. scripts/travis-install.sh;\npip install -U pip;\npip install wheel;\nmake -e install-dev;\nmake -e install-$BUILD;\n"
|
|
],
|
|
"language": "python",
|
|
"matrix": {
|
|
"include": [
|
|
{
|
|
"env": "BUILD=style",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=devel ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=devel ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=devel ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=devel ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=release ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release ",
|
|
"if": "NOT (type IN (pull_request))",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=icloud REQUIREMENTS=release ",
|
|
"if": "NOT (type IN (pull_request))",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=fastmail REQUIREMENTS=release ",
|
|
"if": "NOT (type IN (pull_request))",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=xandikos REQUIREMENTS=minimal ",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test ETESYNC_TESTS=true REQUIREMENTS=latest",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test",
|
|
"language": "generic",
|
|
"os": "osx"
|
|
}
|
|
]
|
|
},
|
|
"script": [
|
|
"make -e $BUILD"
|
|
],
|
|
"sudo": true
|
|
} |