summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CI: Store artifacts for test jobPatrick Storz2019-10-201-2/+6
| | | | Should allow access to result of failed rendering tests.
* Allow macOS pipeline to failRené de Hesselle2019-08-091-0/+1
| | | | | This change is meant to reduce the noise produced by the failing pipeline. (Will be undone once the issues have been resolved.)
* No longer allow macOS CI to failRené de Hesselle2019-06-281-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.
* Update macOS build pipelineRené de Hesselle2019-06-231-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.
* CI: Recover and update some translation checksPatrick Storz2019-06-031-6/+15
| | | | (got lost in 1e1fe88fe00e8619f5c0d832f33d66a9461cca5c)
* Update translation jobMarc Jeanmougin2019-05-281-9/+2
|
* Update macOS build pipelineRené de Hesselle2019-04-221-2/+4
| | | | | | | | | Highlights: - fixes open/save crashes - fixes localization - bundles Python 3, enabling extensions Also lots of internal improvements and refactoring.
* Add build pipeline for macOSRené de Hesselle2019-04-091-25/+3
|
* Attempt to fix Mac CI (missing double-conversion)Patrick Storz2019-04-021-1/+1
|
* Remove leftover popt references in build filesKarl Cheng2019-03-201-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
* mac CI: -DCMAKE_PREFIX_PATH=".../libffi"Thomas Holder2019-03-081-1/+1
|
* CI: Work around https://gitlab.com/gitlab-org/gitlab-ce/issues/20731Patrick Storz2019-03-071-2/+2
| | | | even script commands like "false && ..." would never fail a build...
* fix ci: exclude some stuff from artifactsThomas Holder2019-03-061-0/+1
|
* CI: Exclude "clangtidyfull" from schedulesPatrick Storz2019-03-031-0/+2
|
* fix clangtidy CI jobThomas Holder2019-03-021-13/+3
|
* speed up clangtidy jobThomas Holder2019-03-021-0/+18
|
* Update .gitlab-ci.ymlMarc Jeanmougin2019-02-111-1/+1
|
* Document gitlab-ci fileMarc Jeanmougin2019-01-211-54/+95
|
* Build and upload AppImageprobonopd2019-01-141-9/+2
|
* Misc. typo and whitespace fixesluz.paz2019-01-141-1/+1
| | | Found via `codespell` and `atom editor`
* Fix CIMarc Jeanmougin2019-01-131-1/+1
|
* Add Appimage build, fix windows CIMarc Jeanmougin2019-01-131-0/+26
|
* less verbose outputMarc Jeanmougin2019-01-021-1/+1
|
* run clang-tidy earlier in CIMarc Jeanmougin2019-01-021-4/+6
|
* fix gitlab-ciMarc Jeanmougin2019-01-021-1/+1
|
* fix gitlab-ciMarc Jeanmougin2019-01-021-1/+3
|
* add clang-tidy file and checkMarc Jeanmougin2019-01-021-1/+8
|
* check-license-headers separate CI jobThomas Holder2018-11-221-1/+7
|
* check-license-headers tweaksThomas Holder2018-11-101-0/+1
| | | | | | - run check-license-headers with CI (test:linux:) - ignores unreadable files - use fnmatch (works on Windows with forward slashes)
* CI: remove redundant "make test"Thomas Holder2018-11-011-1/+0
|
* Misc. typo and whitespace fixesluz.paz2018-09-161-1/+1
| | | Follow-up to #289
* Missing semicolonEduard Braun2018-09-151-1/+1
|
* Update POTFILES.in and show diff in related CI testEduard Braun2018-09-151-2/+4
|
* CI: Use separate caches for Linux/Mac build and disable for other jobsEduard Braun2018-09-151-3/+8
|
* CI: Fix source-doc not being createdEduard Braun2018-09-151-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
* Add gitlab job for protected codeMarc Jeanmougin2018-09-111-0/+9
|
* CI: Initial automation and checks for translationsEduard Braun2018-09-111-10/+42
|
* Update CI for gitmoduleMarc Jeanmougin2018-09-091-0/+1
|
* Check code quality with clang-format-diff on merge requestsMarc Jeanmougin2018-05-151-0/+8
|
* Update .gitlab-ci.ymlMarc Jeanmougin2018-05-011-1/+1
|
* Attempt to have gitlab build a .deb with cpackMarc Jeanmougin2018-01-211-0/+1
|
* Add index pageMarc Jeanmougin2017-11-221-2/+2
|
* Update .gitlab-ci.ymlMarc Jeanmougin2017-11-221-2/+2
|
* Update .gitlab-ci.ymlMarc Jeanmougin2017-11-221-4/+4
|
* try to build doc on CIMarc Jeanmougin2017-11-221-2/+8
|
* Add a command in the ci. Now try to make it work.Mois Moshev2017-11-141-0/+12
|
* Add a few dependencies and a few configuration options including getting ↵Simon Wells2017-11-051-2/+2
| | | | gettext working, this relies on PKG_CONFIG_USE_CMAKE_PREFIX_PATH being set in cmake
* do not try to run mac build on other people's build (with no mac runner)Marc Jeanmougin2017-08-151-0/+2
|
* Remove IM after adding it to dockerfileMarc Jeanmougin2017-07-291-1/+0
|
* fix typo, update CIMarc Jeanmougin2017-07-281-2/+3
|