summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-1/+1
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid1-1/+1
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-equals-deleteAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-29Enable readability-string-compareAlbert Astals Cid1-1/+1
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-1/+1
2019-11-24CI: savannah git is down, use tarballsAlbert Astals Cid1-2/+3
2019-11-07CI: tweak the fedora buildersAlbert Astals Cid1-3/+3
2019-11-07CI: we can go back to current fedora for clazy-ciAlbert Astals Cid1-1/+1
2019-10-30Use Fedora 30 for clazy while they fix Fedora 31Albert Astals Cid1-1/+1
2019-10-03Enable a few more clang-tidy bugprone checksAlbert Astals Cid1-1/+1
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-1/+1
2019-09-30Run clang-tidy on CIAlbert Astals Cid1-2/+2
2019-09-02CI: Don't force a particular libc++ versionAlbert Astals Cid1-1/+1
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-1/+1
2019-08-21CI: Android move to the newer kdeorg sdk imageAlbert Astals Cid1-5/+5
2019-07-18CI: install glibc-langpack-en on fedoraAlbert Astals Cid1-2/+2
2019-04-22Add SPLASH_CMYK=ON to the clazy CIAlbert Astals Cid1-1/+1
2019-03-21Stop requiring gcc 4.9Albert Astals Cid1-12/+3
2019-03-20Add CI job to generate glib frontend HTML-based API documentation.Adam Reichold1-0/+14
2019-03-20Also build the Doxygen-based CPP frontend docs in the CI so that they can be ...Adam Reichold1-0/+13
2019-03-18Publish Qt5 frontend API documentation as GitLab artifacts and trigger publis...Adam Reichold1-0/+33
2019-03-12Switch clazy CI to regular fedoraAlbert Astals Cid1-1/+1
2019-02-13CI Use kdeorg/android-sdk instead of apol/asdk:clangAlbert Astals Cid1-1/+1
2019-02-06Use reinterpret_cast to silence cast-align warningsAlbert Astals Cid1-1/+1
2019-01-19Fix link in FreeBSDAlbert Astals Cid1-2/+1
2018-11-20Include an Android CIAleix Pol1-0/+23
2018-11-09Add a clazy -Werror CIAlbert Astals Cid1-0/+12
2018-11-01Workaround debian unstable not wanting to install libc++-devAlbert Astals Cid1-1/+1
2018-10-23Remove SYSTEM flag from another file for mingw build.Elliott Sales de Andrade1-1/+1
2018-10-23Use dnf on Fedora instead of yum.Elliott Sales de Andrade1-3/+3
2018-10-22also install libgtk3-dev so that glib demo is builtAlbert Astals Cid1-1/+1
2018-10-16CI: fedora fixed their mingw packages, remove workaroundAlbert Astals Cid1-3/+0
2018-10-07Fix typo in UPSTREAM_TEST_DATA_URL as while it does work anyway, it is quite ...Adam Reichold1-1/+1
2018-10-06mingw64 fedora buildAlbert Astals Cid1-0/+16
2018-09-30Use git clone instead of and a relative CI project path to allow MR to modify...Adam Reichold1-5/+7
2018-09-18Add a separate build job using Ubuntu 14.04 and GCC 4.9 to compatibility with...Adam Reichold1-8/+27
2018-08-31Add clang + libc++ testing pipelineAlbert Astals Cid1-1/+13
2018-08-25Use --output-on-failure ctest flag to make failed CI runs more informative.Adam Reichold1-1/+1
2018-08-22Also install Curl development files since it is a default enabled dependency.Adam Reichold1-2/+2
2018-08-21Since the CI directory is cached, we need to make sure we create it if necess...Adam Reichold1-1/+1
2018-08-21Use a proper UTF-8 locale for non-ASCII file names in the tests and rebase on...Adam Reichold1-5/+12
2018-08-21Also download test-data to be able to run unit testsAdam Reichold1-2/+3
2018-08-21Add initial GitLab CI manifestAdam Reichold1-0/+18