Time Nick Message 06:00 kahrl sapier: apparently the AndroidHttpClient in the SDK is based on curl, so somehow curl can be ported 16:32 sfan5 ~tell sapier cmake does not include /src when running windres, this causes it not to find cmake_config.h when you're not building in the source dir 16:32 ShadowBot sfan5: O.K. 16:45 sfan5 fix for above problem incoming in 5 mins 16:56 ShadowNinja http://ix.io/aTm fixes #1162. Pushing soon. 16:56 ShadowBot https://github.com/minetest/minetest/issues/1162 -- Item.lua copy_pointed_thing error 16:58 ShadowNinja hmmmm: Can you check #706? 16:58 ShadowBot https://github.com/minetest/minetest/issues/706 -- HUD Bugfix by blue42u 19:09 tomreyn do you use jenkins (or something else) for CI (continuous integration)? 19:20 celeron55 tomreyn: travis was set up for some time but then at some point somebody noticed that it wasn't operating anymore and nobody cared 19:21 celeron55 that's still the case afaik 19:21 celeron55 it wasn't of much help really because it just built for the same platform as people usually develop on (linux) 19:21 celeron55 CI for windows would be useful, but nobody wants to set such up and maintain it 19:26 tomreyn hehe, kind of understandable 19:26 tomreyn though it's not too hard really 19:26 tomreyn as long as you have the resources 19:29 celeron55 that's what the maintainer has to have 19:30 tomreyn there are hosted jenkins offers which include free processing time on windows nad/or linux 19:31 tomreyn also linux can still be useful if you have multiple branches, pull requests, both 64 and 32 bit, multiple repositories etc. 20:02 sfan5 celeron55: CI for Windows == on Windows or CI for Windows == cross-compile for Windows 20:02 sfan5 I could set up the latter 20:57 celeron55 sfan5: ideally both