boschresearch / open-eot-agents

2 stars 1 forks source link

Setup of CI system #1

Closed danielksan81 closed 2 years ago

danielksan81 commented 3 years ago

Goal is to have a Continuous Integration system, which is able to perform checks and builds for incoming pull requests. Systems to consider are CircleCI and githubs CI system. Therefore build scripts needs to be available, which can be triggered either local or from the CI system to be used.

hboukricha commented 3 years ago

Let's use the GitHub Workflows / GitHub Actions ;-)

danielksan81 commented 2 years ago

Let's use the GitHub Workflows / GitHub Actions ;-)

Will have a look into it...