mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
131 lines
No EOL
3.6 KiB
YAML
131 lines
No EOL
3.6 KiB
YAML
{
|
|
"after_script": [
|
|
"make -e after-$BUILD"
|
|
],
|
|
"branches": {
|
|
"only": [
|
|
"auto",
|
|
"master"
|
|
]
|
|
},
|
|
"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 BUILD_PRS=true",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=true",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=true",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=true",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.6"
|
|
},
|
|
{
|
|
"env": "BUILD=test",
|
|
"language": "generic",
|
|
"os": "osx"
|
|
}
|
|
]
|
|
},
|
|
"script": [
|
|
"make -e $BUILD"
|
|
],
|
|
"sudo": true
|
|
} |