Skip to content

* .gitlab-ci.yml: Initial introduction of CI.

Charlie Jiang requested to merge ci into master

Partial work for #12.

This configuration only supports Meson build on Linux. Windows and macOS would be supported in the future. There's no plan to support autotools and CMake by now.

The Linux build leverages ci-templates project to build the base image for the build environment.

Merge request reports