f-klubben / sangbog

6 stars 8 forks source link

CI: Use make and don't use a container #41

Closed mads256h closed 3 months ago

mads256h commented 3 months ago

The make file is how we compile this stuff locally. So the CI should do the same. Now, if the make file is broken the CI fails :) Also containers are cringe. Use ubuntus package manager instead. This reduces the build time with ~1 minute.

This is a fixed version of #35