summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-06-24Fix "debian stable" builds in gitlabHaru1-2/+2
Debian 9 "Stretch" was released on June 17th, and replaces MySQL with MariaDB Signed-off-by: Haru <haru@dotalux.com>
2017-02-26Fix a CI build failure (gcc-5)Haru1-6/+6
- Debian Stretch no longer offers gcc-5. Those builds have now been switched to Sid, which still offers it. - The gcc-5 builds have been moved fromthe primary to the secondary pipeline stage. Signed-off-by: Haru <haru@dotalux.com>
2017-02-05Update gitlab-ci configuration to match current debian packagesHaru1-87/+109
- In stretch, `libmysqlclient-dev` is no longer available. All the stretch builds are now using `libmariadbclient-dev-compat` instead. - `clang-4.0` builds have been added. - Where it makes sense to, version-specific builds are now targeting the distribution name rather than the meta-name (`jessie` instead of `stable`). This makes them less prone to breakage when stretch will be released. - The `mysql-5.7` builds now use the `mysql-client-5.7` package since it's available (they were previously using a generic `mysql-client` package.) - The `mariadb-10` builds have been renamed to `mariadb-10.0`, since they use that specific version of the package. - The `mariadb-latest` builds now use the `mariadb-client-10.1` package, and are based on debian unstable. Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Aded gitlab pages configurationHaru1-11/+48
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Split GitLab builds in stagesHaru1-0/+51
Signed-off-by: Haru <haru@dotalux.com>
2016-10-02Added configuration file for Gitlab CIHaru1-0/+639
Signed-off-by: Haru <haru@dotalux.com>