mdbs99 / james

James is a collection of object-oriented Pascal primitives for Lazarus and Delphi
MIT License
53 stars 20 forks source link

Automated build using Jenkins #25

Open mdbs99 opened 6 years ago

mdbs99 commented 6 years ago

Let's use Jenkins to build this project. Here is a start https://michalis.ii.uni.wroc.pl/jenkins/

fabriciofx commented 6 years ago

@mdbs99 Why not use Travis?

mdbs99 commented 6 years ago

@fabriciofx could be anyone. The problem is find the service that supports Object Pascal. See which languages is supported on Travis: https://docs.travis-ci.com/user/languages/ You don't see Object Pascal... but it is not impossible, see this project: https://github.com/nielsAD/travis-lazarus But I didn't test yet. Despite this project could be good too, I believe the first one, which is used by Castle Engine, a huge project to make games written in Object Pascal, may work better.

But I can use the first that work.