hyperboria / android

Android app for mesh networking with cjdns
GNU General Public License v3.0
159 stars 40 forks source link

Add travis #6

Closed kpcyrd closed 9 years ago

kpcyrd commented 10 years ago

This is the travis example config. Let's see if this is working for us.

ghost commented 10 years ago

Cool, I didn't know Travis has special Android support. Feel free to merge once the build is green ;)

ghost commented 10 years ago

I suppose the build is failing because .travis.yml specifies android-19 while we're using android-21.

kpcyrd commented 10 years ago

I give up. Feel free to commit on this branch or send pull requests :)

kpcyrd commented 9 years ago

@benhylau can you help us out on this one?

benhylau commented 9 years ago

I am not familiar. @dpsm any idea?

dpsm commented 9 years ago

@benhylau @kpcyrd it seems to not find the project. "The repository at berlinmeshnet/cjdns-android was not found." ?

Does it need to be registered? I don't have permissions so not sure I can help.

ghost commented 9 years ago

Oh yeah, I renamed the organisation from berlinmeshnet to BerlinMeshnet ;)

dpsm commented 9 years ago

The question now is how do we re-run the CI job ?

benhylau commented 9 years ago

After rebase, build fails with:

FAILURE: Build failed with an exception.
* What went wrong:
Some problems were found with the configuration of task ':packageRelease'.
> No value has been specified for property 'signingConfig.storePassword'.
> No value has been specified for property 'signingConfig.keyPassword'.
> No value has been specified for property 'signingConfig.keyAlias'.
benhylau commented 9 years ago

Success! The question is, what do we want to do with signing? Once we decide on this I will squash all these ugly commits into one before merge, k?

kpcyrd commented 9 years ago

Cool, thanks!

I don't believe in signed commits since it's relying on gits crypto system, which is kinda lame-ish. I would prefer not to push broken crypto and don't sign commits.

If you want to you can squash them. Otherwise you can just merge it.

benhylau commented 9 years ago

Squashed into https://github.com/BerlinMeshnet/cjdns-android/pull/13