RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
248 stars 71 forks source link

Set up continous integration #211

Open bschmalhofer opened 4 years ago

bschmalhofer commented 4 years ago

Building and testing on multiple platforms and versions sound like a good idea. Based on https://www.youtube.com/watch?v=WfXo71I7LmE&list=WL&index=5&t=0s both Github Workflows and Circle CI look like good tools for that.

See also:

Some tests and actions, e.g. tidying and compile tests, can be done on a simple git checkout dir. For more testing an automated setup is required.

svenoe commented 4 years ago

In the beginning we will use Github Actions. Exact scenarios have to be defined.