mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
{
|
|
"sources" : [
|
|
{
|
|
"type" : "git",
|
|
"path" : "git://github.com/280north/cappuccino.git",
|
|
"parts" : [
|
|
{
|
|
"src" : "Objective-J",
|
|
"dst" : "Frameworks/Objective-J",
|
|
"build" : "ant -DBuild=BUILD_PATH",
|
|
"copyFrom" : "Release/Objective-J"
|
|
},
|
|
{
|
|
"src" : "Foundation",
|
|
"dst" : "Frameworks/Foundation",
|
|
"build" : "steam build -c Release -b BUILD_PATH",
|
|
"copyFrom" : "Release/Foundation"
|
|
},
|
|
{
|
|
"src" : "AppKit",
|
|
"dst" : "Frameworks/AppKit",
|
|
"build" : "steam build -c Release -b BUILD_PATH",
|
|
"copyFrom" : "Release/AppKit"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type" : "rsync",
|
|
"path" : "/Users/username/projects/NewApplication",
|
|
"parts" : [
|
|
{
|
|
"src" : "",
|
|
"dst" : "Blah"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type" : "svn",
|
|
"path" : "https://svn.youserver.com/Project/trunk",
|
|
"parts" : [
|
|
{
|
|
"src" : "subdirectory",
|
|
"dst" : "Something"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deployments" : [
|
|
{ "host" : "deploy@myserver.com", "path" : "/var/www/mysite/public" }
|
|
],
|
|
"templateVars" : {
|
|
"APPLICATION_NAME" : "My Application",
|
|
"BACKGROUND_COLOR" : "black",
|
|
"TEXT_COLOR" : "black"
|
|
}
|
|
}
|