annotate vext-project.json @ 304:0ea0f36cc576

Add CI build files
author Chris Cannam
date Mon, 10 Jul 2017 20:51:07 +0100
parents 523f8f1789b4
children 72b57b57a736
rev   line source
Chris@303 1 {
Chris@303 2 "config": {
Chris@303 3 "extdir": "."
Chris@303 4 },
Chris@303 5 "services": {
Chris@303 6 "soundsoftware": {
Chris@303 7 "vcs": ["hg", "git"],
Chris@303 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@303 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@303 10 }
Chris@303 11 },
Chris@303 12 "libraries": {
Chris@303 13 "vamp-plugin-sdk": {
Chris@303 14 "vcs": "hg",
Chris@303 15 "service": "soundsoftware"
Chris@303 16 },
Chris@303 17 "svcore": {
Chris@303 18 "vcs": "hg",
Chris@303 19 "service": "soundsoftware"
Chris@303 20 },
Chris@303 21 "piper-cpp": {
Chris@303 22 "vcs": "git",
Chris@303 23 "service": "github",
Chris@303 24 "owner": "piper-audio",
Chris@303 25 "repository": "piper-vamp-cpp"
Chris@303 26 },
Chris@303 27 "bqvec": {
Chris@303 28 "vcs": "hg",
Chris@303 29 "service": "bitbucket",
Chris@303 30 "owner": "breakfastquay"
Chris@303 31 },
Chris@303 32 "bqfft": {
Chris@303 33 "vcs": "hg",
Chris@303 34 "service": "bitbucket",
Chris@303 35 "owner": "breakfastquay"
Chris@303 36 },
Chris@303 37 "bqresample": {
Chris@303 38 "vcs": "hg",
Chris@303 39 "service": "bitbucket",
Chris@303 40 "owner": "breakfastquay"
Chris@303 41 },
Chris@303 42 "sv-dependency-builds": {
Chris@303 43 "vcs": "hg",
Chris@303 44 "service": "soundsoftware"
Chris@303 45 }
Chris@303 46 }
Chris@303 47 }
Chris@303 48