Skip to content

Enable CI and make tests run

Balasankar 'Balu' C requested to merge balasankarc/manjari:master into master

@santhoshtr @kavyamanohar

Changes:
  • Enabled GitLab CI with build and test stages.
  • Test target of Makefile was made conditional to avoid rebuilding of fonts in the testing stage. We could simply re-use the ttfs we generated on build stage, if they are available.
Plan:

Files generated during build stage (defined as artifacts in .gitlab-ci.yml) will get a permalink. We could reuse this link in our fonts download page, so as to automate it more.

Merge request reports