summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Expand)AuthorFilesLines
2023-12-01CI: Don't re-run the tests when preparing to build as a subprojectSimon McVittie1-1/+1
2023-12-01CI: Remove meson-dist and cmake-dist build systemsSimon McVittie1-3/+3
2023-12-01CI: add hint when to update the build imagesRalf Habacker1-3/+3
2023-12-01CI: force update opensuse image to a newer versionRalf Habacker1-1/+1
2023-09-01Remove autotools support from CI jobsRalf Habacker1-42/+10
2023-08-14Add SPDX license tags for the MIT (Expat) license, where straightforwardSimon McVittie1-0/+1
2023-08-14Use Meson for the 'reduced' and 'legacy' build variantsRalf Habacker1-12/+18
2023-08-07CI: add prefix 'ci_' to env var 'builddir'Ralf Habacker1-6/+5
2023-08-03Revert "CI: Only run "opensuse mingw64 meson debug" if triggered manually"Ralf Habacker1-1/+0
2023-08-01CI: Only run "opensuse mingw64 meson debug" if triggered manuallySimon McVittie1-0/+1
2023-06-13CI: Enable "debian mingw64 meson debug" by defaultSimon McVittie1-1/+0
2023-06-13CI: Don't run windows-meson-mingw-ucrt64 by defaultSimon McVittie1-0/+2
2023-06-12CI: restore cross building with cmakeRalf Habacker1-2/+0
2023-06-06Revert "CI: Remove an obsolete workaround"Simon McVittie1-0/+2
2023-05-16Revert "CI: Disable native Windows builds for now"Simon McVittie1-4/+0
2023-05-12CI: Disable native Windows builds for nowSimon McVittie1-0/+4
2023-05-12CI: Disable "opensuse mingw64 cmake debug" until #455 is fixedSimon McVittie1-0/+2
2023-05-12CI: Install mingw64-cross-cmake in openSUSE imageSimon McVittie1-1/+1
2023-05-12CI: Update Windows runnersSimon McVittie1-3/+3
2023-05-12CI: Remove an obsolete workaroundSimon McVittie1-2/+0
2023-05-12CI: Update to current fdo CI templatesSimon McVittie1-1/+1
2023-05-12CI: Only run for pushes to dbusSimon McVittie1-1/+1
2023-05-12CI: Run a detached pipeline for merge requestsSimon McVittie1-0/+5
2023-02-07gitlab-ci: build libdbus as subprojectDaniel Wagner1-0/+9
2023-02-06.gitlab-ci.yml: exclude non-functioning test 'header-fields' in job 'windows ...Ralf Habacker1-1/+1
2023-02-06CI: Re-clone the git repository every timeSimon McVittie1-0/+3
2023-02-06CI: Don't change ownership of source directorySimon McVittie1-2/+1
2022-10-13ci: build dbus with clang as wellEvgeny Vereshchagin1-0/+9
2022-09-21gitlab-ci: update FreeBSD CI image to 13.1Alex Richardson1-2/+2
2022-08-10gitlab-ci: Add a FreeBSD meson jobAlex Richardson1-1/+13
2022-08-10test/fdpass.c: skip test that fails on FreeBSD 13.0Alex Richardson1-1/+0
2022-08-10gitlab-ci: Add a FreeBSD autotools CI jobAlex Richardson1-0/+9
2022-08-10gitlab-ci: Use GNU make on FreeBSDAlex Richardson1-1/+1
2022-08-10gitlab-ci: Don't use sudo for the FreeBSD jobAlex Richardson1-0/+4
2022-08-10gitlab-ci: Install pkg-config on FreeBSDAlex Richardson1-1/+1
2022-08-10gitlab-ci: Add a FreeBSD CMake CI jobAlex Richardson1-6/+80
2022-07-13CI: take cmake config.h as artifactsMarc-André Lureau1-0/+6
2022-07-13CI: Don't run tests for openSUSE Meson mingw builds for nowSimon McVittie1-0/+3
2022-07-13CI: Skip tests that run dbus-daemon when running on WindowsSimon McVittie1-2/+3
2022-07-13CI: Explicitly build before running testsSimon McVittie1-0/+1
2022-07-13CI: Collect artifacts for Windows buildsSimon McVittie1-0/+16
2022-07-13CI: Force use of subprojects for Windows 32-bit buildSimon McVittie1-1/+1
2022-07-13CI: Collect config.hSimon McVittie1-0/+1
2022-07-13CI: Add glue to build with mingw-w64 toolchain on DebianSimon McVittie1-0/+17
2022-07-13CI: Verify that Autotools `make dist` includes everything needed for MesonSimon McVittie1-0/+2
2022-07-13CI: Consistently build in ./buildSimon McVittie1-5/+3
2022-07-13CI: Collect all Meson logs, not just the test logSimon McVittie1-1/+1
2022-07-13Add meson build CIMarc-André Lureau1-1/+49
2022-05-17tools/ci-install.sh: Install newer CMake on openSuSEAlex Richardson1-1/+1
2022-05-17tools/ci-build.sh: Add a ci_cmake_junit_output argumentAlex Richardson1-12/+37