summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-20CI: Store artifacts for test jobPatrick Storz1-2/+6
Should allow access to result of failed rendering tests.
2019-08-09Allow macOS pipeline to failRené de Hesselle1-0/+1
This change is meant to reduce the noise produced by the failing pipeline. (Will be undone once the issues have been resolved.)
2019-06-28No longer allow macOS CI to failRené de Hesselle1-1/+0
This change no longer downgrades a build error to a warning that can be easily overlooked or disregarded. It is necessary to make GitLab features like "merge on successfull pipeline" work reliably. Otherwise, merges will happen regardless of build success.
2019-06-23Update macOS build pipelineRené de Hesselle1-1/+1
This update lowers system requirements from 10.13 to 10.11 and has massive improvements regarding Python integration. Also lots of minor improvements. Based on https://github.com/dehesselle/mibap v0.12.
2019-06-03CI: Recover and update some translation checksPatrick Storz1-6/+15
(got lost in 1e1fe88fe00e8619f5c0d832f33d66a9461cca5c)
2019-05-28Update translation jobMarc Jeanmougin1-9/+2
2019-04-22Update macOS build pipelineRené de Hesselle1-2/+4
Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.
2019-04-09Add build pipeline for macOSRené de Hesselle1-25/+3
2019-04-02Attempt to fix Mac CI (missing double-conversion)Patrick Storz1-1/+1
2019-03-20Remove leftover popt references in build filesKarl Cheng1-1/+1
Refs: https://bugs.launchpad.net/inkscape/+bug/195220 Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
2019-03-08mac CI: -DCMAKE_PREFIX_PATH=".../libffi"Thomas Holder1-1/+1
2019-03-07CI: Work around https://gitlab.com/gitlab-org/gitlab-ce/issues/20731Patrick Storz1-2/+2
even script commands like "false && ..." would never fail a build...
2019-03-06fix ci: exclude some stuff from artifactsThomas Holder1-0/+1
2019-03-03CI: Exclude "clangtidyfull" from schedulesPatrick Storz1-0/+2
2019-03-02fix clangtidy CI jobThomas Holder1-13/+3
2019-03-02speed up clangtidy jobThomas Holder1-0/+18
2019-02-11Update .gitlab-ci.ymlMarc Jeanmougin1-1/+1
2019-01-21Document gitlab-ci fileMarc Jeanmougin1-54/+95
2019-01-14Build and upload AppImageprobonopd1-9/+2
2019-01-14Misc. typo and whitespace fixesluz.paz1-1/+1
Found via `codespell` and `atom editor`
2019-01-13Fix CIMarc Jeanmougin1-1/+1
2019-01-13Add Appimage build, fix windows CIMarc Jeanmougin1-0/+26
2019-01-02less verbose outputMarc Jeanmougin1-1/+1
2019-01-02run clang-tidy earlier in CIMarc Jeanmougin1-4/+6
2019-01-02fix gitlab-ciMarc Jeanmougin1-1/+1
2019-01-02fix gitlab-ciMarc Jeanmougin1-1/+3
2019-01-02add clang-tidy file and checkMarc Jeanmougin1-1/+8
2018-11-22check-license-headers separate CI jobThomas Holder1-1/+7
2018-11-10check-license-headers tweaksThomas Holder1-0/+1
- run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes)
2018-11-01CI: remove redundant "make test"Thomas Holder1-1/+0
2018-09-16Misc. typo and whitespace fixesluz.paz1-1/+1
Follow-up to #289
2018-09-15Missing semicolonEduard Braun1-1/+1
2018-09-15Update POTFILES.in and show diff in related CI testEduard Braun1-2/+4
2018-09-15CI: Use separate caches for Linux/Mac build and disable for other jobsEduard Braun1-3/+8
2018-09-15CI: Fix source-doc not being createdEduard Braun1-6/+18
- work around GitLab CI's borked scheduling implementation by assigning job names for scheduled builds - don't run any other job on schedules
2018-09-11Add gitlab job for protected codeMarc Jeanmougin1-0/+9
2018-09-11CI: Initial automation and checks for translationsEduard Braun1-10/+42
2018-09-09Update CI for gitmoduleMarc Jeanmougin1-0/+1
2018-05-15Check code quality with clang-format-diff on merge requestsMarc Jeanmougin1-0/+8
2018-05-01Update .gitlab-ci.ymlMarc Jeanmougin1-1/+1
2018-01-23Attempt to have gitlab build a .deb with cpackMarc Jeanmougin1-0/+1
2018-01-21Attempt to have gitlab build a .deb with cpackMarc Jeanmougin1-0/+1
2017-11-22Add index pageMarc Jeanmougin1-2/+2
2017-11-22Update .gitlab-ci.ymlMarc Jeanmougin1-2/+2
2017-11-22Update .gitlab-ci.ymlMarc Jeanmougin1-4/+4
2017-11-22try to build doc on CIMarc Jeanmougin1-2/+8
2017-11-14Add a command in the ci. Now try to make it work.Mois Moshev1-0/+12
2017-11-05Add a few dependencies and a few configuration options including getting ↵Simon Wells1-2/+2
gettext working, this relies on PKG_CONFIG_USE_CMAKE_PREFIX_PATH being set in cmake
2017-08-15do not try to run mac build on other people's build (with no mac runner)Marc Jeanmougin1-0/+2
2017-07-29Remove IM after adding it to dockerfileMarc Jeanmougin1-1/+0