summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Automatically verify if commit author has assigned copyrights in the pastDarshit Shah2023-05-141-0/+11
| | | | | * contrib/commit-check: Add new script * .gitlab-ci.yml: Add new test in the CI pipeline
* * .gitlab-ci.yml: Fix path to llvm-symbolizerTim Rühsen2022-02-131-1/+1
|
* * .gitlab-ci.yml (Scan-Build): Allow failure due to two false positivesTim Rühsen2022-01-231-0/+2
|
* * .gitlab-ci.yml: Fix artifact path for the Scan-Build runnerTim Rühsen2022-01-121-1/+1
|
* * .gitlab-ci.yml (CoverageReports): Fix artifacts pathsTim Rühsen2021-12-221-2/+2
|
* * .gitlab-ci.yml: Fix artifacts pathsTim Rühsen2021-12-221-15/+15
|
* * .gitlab-ci.yml: Remove scan-build deps from pages stageTim Rühsen2021-06-071-2/+0
|
* * .gitlab-ci.yml: Move scan-build/ to public/ only if it existsTim Rühsen2021-06-071-1/+1
|
* * .gitlab-ci.yml: Move scan-build results to parent directoryTim Rühsen2021-06-061-2/+2
|
* * .gitlab-ci.yml: Move coverage results to parent directoryTim Rühsen2021-06-061-2/+2
|
* * .gitlab-ci.yml: Don't allow failure of scan-buildTim Rühsen2021-06-061-2/+0
|
* * .gitlab-ci.yml: Pages needs Build-TarballTim Rühsen2021-06-061-0/+1
|
* * .gitlab-ci.yml: Exclude src/css_.o from scan-buildTim Rühsen2021-06-061-0/+1
|
* * .gitlab-ci.yml: Re-arrange stagesTim Rühsen2021-06-061-141/+129
|
* Remove .git/, .gitmodules and gnulib/ from bootstrap artefactsTim Rühsen2021-06-061-0/+3
|
* Updated Gitlab CI PipelineDarshit Shah2021-06-061-406/+452
| | | | | * .gitlab-ci.yml: COmpletely overhauled CI pipeline with dependencies for a faster and more robust CI.
* .gitlab-ci.yml: Everyone needs an autoreconf nowDarshit Shah2020-12-281-0/+5
|
* .gitlab-ci.yml: Even Debian Stable requires running autoreconfDarshit Shah2020-12-281-0/+1
|
* .gitlab-ci.yml: All modern builds need autoreconfDarshit Shah2020-12-281-0/+4
|
* .gitlab-ci.yml: Need --force option to autopointDarshit Shah2020-12-281-1/+1
|
* * .gitlab-ci.yml: Don't need autoreconf everywhere. Only on ArchDarshit Shah2020-12-281-10/+1
| | | | This (partially) reverts commit 0309d13794303d82529addecfc31f0e1a8c5b97b.
* .gitlab-ci.yml: Call autoreconf to refresh gettext filesDarshit Shah2020-12-281-0/+10
|
* * .gitlab-ci.yml: Generate online docs and coverage reports for GitlabTim Rühsen2020-03-051-24/+37
|
* * .gitlab-ci.yml: Set tag 'linux' explicitly for each runnerTim Rühsen2020-02-221-4/+13
|
* * .gitlab-ci.yml: Add spell-checking to VPATH/DebianTim Rühsen2020-02-201-0/+1
|
* * .gitlab-ci.yml: Fix linebreakTim Rühsen2020-02-191-2/+1
|
* * .gitlab-ci.yml: Add 'coverity' runnerTim Rühsen2020-02-191-20/+64
|
* * .gitlab-ci.yml: Don't copy gnulib manuallyTim Rühsen2020-02-141-7/+0
|
* * .gitlab-ci.yml: Fix path for llvm-symbolizerTim Rühsen2020-01-101-1/+1
|
* * .gitlab-ci.yml: Skip tests on tarball build due to missing perlTim Rühsen2019-11-211-1/+3
|
* * .gitlab-ci.yml: Add --with-ssl=noTim Rühsen2019-11-211-2/+2
|
* * .gitlab-ci.yml: Allow failure for Valgrind and Scan-Build CI runnerTim Rühsen2019-11-211-0/+2
|
* * .gitlab-ci.yml: Enable Windows executables for MinGW runnerTim Rühsen2019-11-211-0/+3
|
* * .gitlab-ci.yml: Add CI runners from Wget2Tim Rühsen2019-11-211-49/+216
|
* * .gitlab-ci.yml: Update Gitlab CI WORKDIR to /usr/localTim Rühsen2019-04-261-2/+2
|
* * .gitlab-ci.yml: Add minimal buildTim Rühsen2019-01-201-0/+26
|
* * .gitlab-ci.yml: Split into GnuTLS and OpenSSL buildTim Rühsen2018-11-111-8/+27
|
* Add VPATH buildTim Rühsen2018-11-111-14/+60
|
* * .gitlab-ci.yml: Also test OpenSSL buildTim Rühsen2017-05-101-1/+1
|
* * .gitlab-ci.yml: Remove installation of texliveTim Rühsen2017-05-101-1/+0
|
* * .gitlab-ci.yml: Add wgettestingserver to /etc/hostsTim Rühsen2017-05-091-0/+3
|
* Add Gitlab CI (Debian)Tim Rühsen2017-05-091-0/+122
* .gitlab-ci.yml: New file