Re: [Tlf-devel] TravisCI

2018-01-26 Thread Csahok Zoltan
Tom, cloned your repo and Travis CI works quite well. I'll try to add a CUnit test as per docs. Not all of Tlf can be tested that way, but let's see how far we can get. The .astylerc you shared looks OK to me. (yes, I meant indent of 4 spaces) 73, Zoli On Fri, Jan 26, 2018 at 02:42:41PM +0100,

Re: [Tlf-devel] TravisCI

2018-01-26 Thread Thomas Beierlein
Sorry for being not quite clear in my last mail. Am Fri, 26 Jan 2018 10:25:16 +0100 schrieb Ervin Hegedüs : > Hi Thomas, > > On Thu, Jan 25, 2018 at 07:31:00PM +0100, Thomas Beierlein wrote: > > Hi all, > > > > just for testing I set up a copy of TLF's code at > >

Re: [Tlf-devel] code indenting?

2018-01-26 Thread Thomas Beierlein
Am Thu, 25 Jan 2018 15:50:05 -0600 schrieb Nate Bargmann : > * On 2018 25 Jan 09:29 -0600, Thomas Beierlein wrote: > > Copy it to a file with name '.astylerc' and test with > > > > $ astyle --option=.astylerc < infile > outfile > > If the file is ~/.astylerc then '--option=' is

Re: [Tlf-devel] TravisCI

2018-01-26 Thread Ervin Hegedüs
Hi Thomas, On Thu, Jan 25, 2018 at 07:31:00PM +0100, Thomas Beierlein wrote: > Hi all, > > just for testing I set up a copy of TLF's code at > https://github.com/dl1jbe/test-travis . > > Atm it has a very simple setup: configure and build TLF without hamlib > support. You can check it out,