Closed kpcyrd closed 9 years ago
Cool, I didn't know Travis has special Android support. Feel free to merge once the build is green ;)
I suppose the build is failing because .travis.yml specifies android-19 while we're using android-21.
I give up. Feel free to commit on this branch or send pull requests :)
@benhylau can you help us out on this one?
I am not familiar. @dpsm any idea?
@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.
Oh yeah, I renamed the organisation from berlinmeshnet to BerlinMeshnet ;)
The question now is how do we re-run the CI job ?
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'.
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?
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.
Squashed into https://github.com/BerlinMeshnet/cjdns-android/pull/13
This is the travis example config. Let's see if this is working for us.