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
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
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
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
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
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