Re: [fpc-pascal] FPC buildbot

2020-08-19 Thread Darius Blaszyk via fpc-pascal
Hi Travis & Joost, Thanks for all your suggestions! I created a simple buildbot for FPC projects and used sfpt as the tool to upload to an FTP server. It is surprisingly stable. The buildbot is an instantFPC script that can be run in an endless loop to regularly check for new commits or can be tri

Re: [fpc-pascal] FPC buildbot

2020-08-04 Thread Joost van der Sluis
Op 20-07-2020 om 11:31 schreef Darius Blaszyk via fpc-pascal: Thanks for the suggestions. I had a look at the fppkgreposerver, but this is indeed more complex than I need at the moment. The project I am working on is a closed source at the moment, so making use of public build services is unfo

Re: [fpc-pascal] FPC buildbot

2020-07-20 Thread Travis Siegel
Instead of ftp, you could use something like scp (assuming you have access to the target machine, and can generate the key pairs you need).  That would allow you to simply copy the compiled executable onto the target machine, without needing any automation with passwords and the like. Rsync ca

Re: [fpc-pascal] FPC buildbot

2020-07-20 Thread Darius Blaszyk via fpc-pascal
Hi Joost, Thanks for the suggestions. I had a look at the fppkgreposerver, but this is indeed more complex than I need at the moment. The project I am working on is a closed source at the moment, so making use of public build services is unfortunately not an option for me. I was considering makin

Re: [fpc-pascal] FPC buildbot

2020-07-17 Thread Joost van der Sluis
Op 16-07-2020 om 08:37 schreef Darius Blaszyk via fpc-pascal: I was looking for the sources of a buildbot suitable for an FPC project. I would like to keep it as simple as possible, so no webserver hassle for instance. Just simply repo sync, build, run test suite and upload to ftp. I know bui

[fpc-pascal] FPC buildbot

2020-07-15 Thread Darius Blaszyk via fpc-pascal
Hi all, I was looking for the sources of a buildbot suitable for an FPC project. I would like to keep it as simple as possible, so no webserver hassle for instance. Just simply repo sync, build, run test suite and upload to ftp. I know buildbot.net but I was hoping on finding something specific