build all in docker

This commit is contained in:
Marc Wäckerlin
2015-12-04 07:05:31 +00:00
parent af88fdd4fd
commit b3ea67b7d8
12 changed files with 232 additions and 83 deletions

View File

@@ -20,7 +20,14 @@
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "ch.safechat"
},
"de.appplant.cordova.plugin.background-mode": {
"PACKAGE_NAME": "ch.safechat"
}
},
"dependent_plugins": {}
"dependent_plugins": {
"cordova-plugin-device": {
"PACKAGE_NAME": "ch.safechat"
}
}
}

View File

@@ -6,5 +6,22 @@
},
"is_top_level": true,
"variables": {}
},
"de.appplant.cordova.plugin.background-mode": {
"source": {
"type": "git",
"url": "https://github.com/katzer/cordova-plugin-background-mode.git",
"subdir": "."
},
"is_top_level": true,
"variables": {}
},
"cordova-plugin-device": {
"source": {
"type": "registry",
"id": "cordova-plugin-device"
},
"is_top_level": false,
"variables": {}
}
}