hsnr-gamera / gamera-4

Gamera 4 for Python 3
GNU General Public License v2.0
10 stars 8 forks source link

Migrate CI from Travis to GitHub Actions #56

Closed FriedrichFroebel closed 2 years ago

FriedrichFroebel commented 2 years ago

This migrates the continuous integration from the currently inactive(?) Travis service to the built-in GitHub Actions. Enabling this makes sure that changes to this repository still allow for successful compilation and none of the tests fail. Fixes #41.

I just copied the system package requirements from the old declaration, although I am not sure if all of them are actually required.