summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Return to using ubuntu:rolling (22.04)Kjell Ahlstedt2022-09-021-2/+2
|
* CI: Skip building with Autotools if glib is too oldKjell Ahlstedt2022-08-271-0/+8
|
* CI: Use ubuntu:devel (22.10)Kjell Ahlstedt2022-08-231-31/+15
| | | | | Test with only one gcc version. Don't use warning_level and werror. They are applied to subprojects.
* meson.build: Avoid configuration warningsKjell Ahlstedt2022-05-191-6/+8
|
* CI: Accept warnings from clang++Kjell Ahlstedt2022-05-041-1/+1
|
* CI: Don't test subprojectsKjell Ahlstedt2022-04-071-4/+7
|
* CI: Use artifacts to transfer data between stagesKjell Ahlstedt2022-03-181-32/+18
|
* CI: Don't build everything with warnings=fatalKjell Ahlstedt2022-02-161-2/+2
| | | | | Build only glibmm with warnings=fatal. Select latest released version of libsigc++3.
* CI: Build with g++-11 instead of g++-9Kjell Ahlstedt2021-10-041-8/+8
| | | | g++-9 is not available in debian:testing any more.
* CI: Switching to debian:testingKjell Ahlstedt2021-10-041-1/+1
| | | | See pangomm#13 and pangomm!23.
* CI: Don't rebuild libsigc++ if it can be pulled from the cacheKjell Ahlstedt2021-08-251-11/+29
|
* CI: Build libsigc++ only onceKjell Ahlstedt2021-08-221-74/+124
| | | | and publish reference docs at gnome.pages.gitlab.gnome.org/glibmm.
* .gitlab-ci.yml: Add dependency g++-10Kjell Ahlstedt2021-08-171-0/+1
|
* CI: Replacing old comments with correct onesPavlo Solntsev2020-12-131-4/+2
| | | | | The old comments were automatically added when initial version of the script was created. Here we repalce them with meaningful comments.
* CI: Adding build and test job for clang compilerPavlo Solntsev2020-12-081-0/+18
| | | | Release build and test was added for clang compiler.
* CI: Updating config file to reflect recent changesPavlo Solntsev2020-12-071-7/+77
| | | | | | | | CI configuration file is updated to support meson and autotools builds for glibmm. libsigc++ version is updated up to 3.0.6 and it will be built using meson only. See #84 for details
* CI: Initial setup for CIPavlo Solntsev2020-03-051-0/+41