summaryrefslogtreecommitdiff
path: root/ci/build_project.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlabci: Ensure distcheck still runsSimon Steinbeiss2021-09-161-0/+1
|
* gitlabci: Add release stage that retains tarballsSimon Steinbeiss2021-09-071-3/+20
| | | | | This stage is only run for tags and is essentially the same as the distcheck stage.
* Export apidocs as GitLab artifactsSimon Steinbeiß2021-01-191-3/+3
| | | | | The static index.html page and artifacts get merged into the newly added apidocs folder.
* use strict CFLAGS to catch common mistakes in ci pipelineOlaf Hering2020-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | A number of common coding errors are missed by the compiler. They turn up only after release once packages are build with full CFLAGS. Adjust the gitlab CI to catch such errors: -Wall enables a number of diagnostics -Wno-deprecated-declarations will hide a bogus warning. As long as an API exists it can be used. Noone beside a curious developer will actually take the time to do research and look for the replacment. In the wild this warning is just noise in the build log. -Werror=implicit-function-declaration will point out missing includes. In case such errors are not fixed, the resulting code will assume int for function arguments and function return values. -Werror=return-type will point out incorrect return values. The caller will most likely receive just garbage. Signed-off-by: Olaf Hering <olaf@aepfle.de>
* Check BEFORE_SHA along with changes to .po filesJason Yavorska2020-05-141-22/+35
|
* gitlabci: Ensure to run autogen in distcheck stageSimon Steinbeiss2020-05-131-0/+1
|
* Fix issue with default cases in templateJason Yavorska2020-05-121-0/+9
|
* Separate build/distcheck and add translationsJason Yavorska2020-05-121-3/+24
|
* Integrate xfce-build container build/creationJason Yavorska2020-05-101-0/+13