apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 14 forks source link

Feature/android #79

Closed alice-wl closed 11 years ago

alice-wl commented 11 years ago

add make target android-debugapk

alice-wl commented 11 years ago

maybe now there should be a make all :) I would like to to add a cp in the end of the android target that copies the debug.apk to build/apk or similar. The apk gets available on enabled builds by usual webdeploy and everything generated ends up in build directory.

alice-wl commented 11 years ago

added github hooks for android build and changed gitsyncd.js to leave decision about deploy or not deploy to gitsync.sh This simplifies the make environment to a hook script that maintains a repo per branch. The build dir of the repo can be linked or copied to wwwroot.

elf-pavlik commented 11 years ago

@chron0 & @yggi can you take care of this request please? since i don't use android at this moment would prefer don't mess with it myself ;)

elf-pavlik commented 11 years ago

@chron0 since it changes make you might want to take a look at it... also deploy hook seams not to work...