Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec
Set by moderator on 15 January 2016.
07:21 domidumont joined 07:26 domidumont joined 07:45 FROGGS joined 08:21 TimToady joined 09:17 TimToady joined 09:48 domidumont joined 11:16 domidumont joined 12:00 llfourn joined 12:07 leont joined 13:01 llfourn joined 14:00 llfourn joined 15:01 llfourn joined 16:03 llfourn joined 17:04 llfourn joined 18:05 llfourn joined 19:07 llfourn joined 19:09 hankache joined 20:08 llfourn joined 20:12 hankache joined 21:09 llfourn joined 21:44 azawawi joined
azawawi hi 21:44
any chance we could have faster Travis CI builds now that we have 2015.12? i.e. skip building `rakudobrew build 2015.12` and use a ready-made image?
also any idea how to upgrade to trusty (docs.travis-ci.com/user/trusty-ci-...usty-beta) 21:45
i tried the above and still im getting precise (Ubuntu 12.04.5 LTS, precise), see travis-ci.org/azawawi/perl6-opencv.../103209832 21:46
ugexe perl6 is not on the trusty list of currently supported run times 22:00
mst I think you'd probably have to hack it yourself
i.e. host your rakudo etc. builds somewhere and pull the tarball down
if you can make that work, we can go from there to trying to figure out how to make that generealisable
hoelzro if you built an Ubuntu package for rakudo, you could probably add it to the apt sources and apt-get install it 22:05
ugexe on that note, here is a working AppVeyor configuration for CI testing on windows gist.github.com/ugexe/e95307a3a606df83fdcb 22:08
22:10 llfourn joined
hoelzro ugexe++ 22:11
that's great!
azawawi perfect. ugexe++
mst hoelzro: yeah, I'm thinking 'one big tarball' is the easiest way to try something first 22:12
azawawi that's what i needed for opencv windows testing
hoelzro mst: oh, definitely
azawawi that said, shell::command is broken horribly on windows :( 22:13
the which(...) command is not portable
22:28 llfourn joined
azawawi ugexe: and it is rolling ci.appveyor.com/project/azawawi/pe...uild/1.0.3 :) 22:29
ugexe: btw rakudobrew is working perfectly on windows (at least for me on windows 7 ultimate) 22:31
also take a look at the environment variables needed to make nmake and cl work without running vcvars32.bat on windows 7 x64, github.com/azawawi/perl6-opencv/bl...le.pl6#L15 22:36
s/take/please take/
ugexe i use it on my workstation too. but for a single instance its easier to just use Configure.pl for when you are trying passing in more options 22:38
the path stuff is what they recommended on their forum. im not sure why, maybe it works with different versions of VS? 22:45
maybe someone familiar with installing perl6 under cygwin can add that option as well 22:47
azawawi sure 22:51
it seems to run one build at a time btw 23:01
so one is running, the others are queued
23:08 azawawi left