mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
180 lines
No EOL
5.2 KiB
YAML
180 lines
No EOL
5.2 KiB
YAML
{
|
|
"branches": {
|
|
"only": [
|
|
"auto",
|
|
"master"
|
|
]
|
|
},
|
|
"git": {
|
|
"submodules": false
|
|
},
|
|
"install": [
|
|
"if [ \"$BUILD_PRS\" = \"true\" ] || [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then\n . scripts/travis-install.sh;\n pip install -U pip;\n pip install wheel;\n make -e install-dev;\n make -e install-$BUILD;\nfi"
|
|
],
|
|
"language": "python",
|
|
"matrix": {
|
|
"include": [
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "2.7"
|
|
},
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"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=style BUILD_PRS=true",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"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=style BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "pypy"
|
|
},
|
|
{
|
|
"env": "BUILD=test",
|
|
"language": "generic",
|
|
"os": "osx"
|
|
}
|
|
]
|
|
},
|
|
"script": [
|
|
"if [ \"$BUILD_PRS\" = \"true\" ] || [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then\n make -e $BUILD\nfi"
|
|
],
|
|
"sudo": true
|
|
} |