Cuberite Forum
Bearbin's Automated Builds - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Bearbin's Automated Builds (/thread-538.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27


RE: Bearbin's Automated Builds - bearbin - 02-18-2013

IDK, i think it might have frozen when i rebooted it a few days ago, anyway, rebooting again.


RE: Bearbin's Automated Builds - xoft - 03-11-2013

The RasPi builds are down again, it seems the svn there is acting weird. Could you possibly attach the $/source/OSSupport/ListenThread.cpp file from that machine here for reference? I'm thinking SVN has doubled the file, I'd like to verify the fact (there are errors listed for lines that don't exist in the repository).

Also, any chance of you setting up android builds? That would be immensely useful, since people keep asking about android binaries all the time and currently only FakeTruth is capable of building them.


RE: Bearbin's Automated Builds - bearbin - 03-17-2013

If you can link me to a thread on android cross-compiling for debian I sure can.

for the stuck builds, I'll just get the repo again.


RE: Bearbin's Automated Builds - xoft - 03-17-2013

I don't have such a thread, maybe FakeTruth can provide enough information. I've heard you can do it by using the commandline tools provided by the android sdk, but my quick google searches turn up nothing useful.


RE: Bearbin's Automated Builds - FakeTruth - 03-17-2013

I compile by using cygwin, so it's definitely not a Windows only tool. You need Eclipse (cross platform), the Android SDK (dunno about platforms) and the Android NDK (cross platform)


RE: Bearbin's Automated Builds - bearbin - 03-17-2013

Do you know the commands to compile without eclipse, as it's a GUI program so unscriptable and the RAM usage is too much to eat my VPS 24/7.


RE: Bearbin's Automated Builds - FakeTruth - 03-17-2013

No idea, I think it should be possible though


RE: Bearbin's Automated Builds - bearbin - 03-17-2013

OK, I'm slowly getting on with the android, but I get this error when I try to do ndk-build

/var/lib/jenkins/android-ndk-r8d/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist' function: ''. Stop.


RE: Bearbin's Automated Builds - xoft - 03-17-2013

I've heard that instead of Eclipse you can use Ant to build android programs, that's a cmdline tool.


RE: Bearbin's Automated Builds - cardfire - 03-17-2013

Just wanted to chime is with another "thank you" as a fan in Android-land. does Ant look viable for replacing Eclipse in the workflow?

Edit -- whoah, I realized my was was 7 minutes after previous post, mentioning ant. Nevermind, impatient me. ;-)