| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CI: Store artifacts for test job | Patrick Storz | 2019-10-20 | 1 | -2/+6 |
| | | | | | Should allow access to result of failed rendering tests. | ||||
| * | Allow macOS pipeline to fail | René de Hesselle | 2019-08-09 | 1 | -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 fail | René de Hesselle | 2019-06-28 | 1 | -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 pipeline | René de Hesselle | 2019-06-23 | 1 | -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 checks | Patrick Storz | 2019-06-03 | 1 | -6/+15 |
| | | | | | (got lost in 1e1fe88fe00e8619f5c0d832f33d66a9461cca5c) | ||||
| * | Update translation job | Marc Jeanmougin | 2019-05-28 | 1 | -9/+2 |
| | | |||||
| * | Update macOS build pipeline | René de Hesselle | 2019-04-22 | 1 | -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 macOS | René de Hesselle | 2019-04-09 | 1 | -25/+3 |
| | | |||||
| * | Attempt to fix Mac CI (missing double-conversion) | Patrick Storz | 2019-04-02 | 1 | -1/+1 |
| | | |||||
| * | Remove leftover popt references in build files | Karl Cheng | 2019-03-20 | 1 | -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 Holder | 2019-03-08 | 1 | -1/+1 |
| | | |||||
| * | CI: Work around https://gitlab.com/gitlab-org/gitlab-ce/issues/20731 | Patrick Storz | 2019-03-07 | 1 | -2/+2 |
| | | | | | even script commands like "false && ..." would never fail a build... | ||||
| * | fix ci: exclude some stuff from artifacts | Thomas Holder | 2019-03-06 | 1 | -0/+1 |
| | | |||||
| * | CI: Exclude "clangtidyfull" from schedules | Patrick Storz | 2019-03-03 | 1 | -0/+2 |
| | | |||||
| * | fix clangtidy CI job | Thomas Holder | 2019-03-02 | 1 | -13/+3 |
| | | |||||
| * | speed up clangtidy job | Thomas Holder | 2019-03-02 | 1 | -0/+18 |
| | | |||||
| * | Update .gitlab-ci.yml | Marc Jeanmougin | 2019-02-11 | 1 | -1/+1 |
| | | |||||
| * | Document gitlab-ci file | Marc Jeanmougin | 2019-01-21 | 1 | -54/+95 |
| | | |||||
| * | Build and upload AppImage | probonopd | 2019-01-14 | 1 | -9/+2 |
| | | |||||
| * | Misc. typo and whitespace fixes | luz.paz | 2019-01-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `atom editor` | ||||
| * | Fix CI | Marc Jeanmougin | 2019-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add Appimage build, fix windows CI | Marc Jeanmougin | 2019-01-13 | 1 | -0/+26 |
| | | |||||
| * | less verbose output | Marc Jeanmougin | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | run clang-tidy earlier in CI | Marc Jeanmougin | 2019-01-02 | 1 | -4/+6 |
| | | |||||
| * | fix gitlab-ci | Marc Jeanmougin | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | fix gitlab-ci | Marc Jeanmougin | 2019-01-02 | 1 | -1/+3 |
| | | |||||
| * | add clang-tidy file and check | Marc Jeanmougin | 2019-01-02 | 1 | -1/+8 |
| | | |||||
| * | check-license-headers separate CI job | Thomas Holder | 2018-11-22 | 1 | -1/+7 |
| | | |||||
| * | check-license-headers tweaks | Thomas Holder | 2018-11-10 | 1 | -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 Holder | 2018-11-01 | 1 | -1/+0 |
| | | |||||
| * | Misc. typo and whitespace fixes | luz.paz | 2018-09-16 | 1 | -1/+1 |
| | | | | Follow-up to #289 | ||||
| * | Missing semicolon | Eduard Braun | 2018-09-15 | 1 | -1/+1 |
| | | |||||
| * | Update POTFILES.in and show diff in related CI test | Eduard Braun | 2018-09-15 | 1 | -2/+4 |
| | | |||||
| * | CI: Use separate caches for Linux/Mac build and disable for other jobs | Eduard Braun | 2018-09-15 | 1 | -3/+8 |
| | | |||||
| * | CI: Fix source-doc not being created | Eduard Braun | 2018-09-15 | 1 | -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 code | Marc Jeanmougin | 2018-09-11 | 1 | -0/+9 |
| | | |||||
| * | CI: Initial automation and checks for translations | Eduard Braun | 2018-09-11 | 1 | -10/+42 |
| | | |||||
| * | Update CI for gitmodule | Marc Jeanmougin | 2018-09-09 | 1 | -0/+1 |
| | | |||||
| * | Check code quality with clang-format-diff on merge requests | Marc Jeanmougin | 2018-05-15 | 1 | -0/+8 |
| | | |||||
| * | Update .gitlab-ci.yml | Marc Jeanmougin | 2018-05-01 | 1 | -1/+1 |
| | | |||||
| * | Attempt to have gitlab build a .deb with cpack | Marc Jeanmougin | 2018-01-21 | 1 | -0/+1 |
| | | |||||
| * | Add index page | Marc Jeanmougin | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | Update .gitlab-ci.yml | Marc Jeanmougin | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | Update .gitlab-ci.yml | Marc Jeanmougin | 2017-11-22 | 1 | -4/+4 |
| | | |||||
| * | try to build doc on CI | Marc Jeanmougin | 2017-11-22 | 1 | -2/+8 |
| | | |||||
| * | Add a command in the ci. Now try to make it work. | Mois Moshev | 2017-11-14 | 1 | -0/+12 |
| | | |||||
| * | Add a few dependencies and a few configuration options including getting ↵ | Simon Wells | 2017-11-05 | 1 | -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 Jeanmougin | 2017-08-15 | 1 | -0/+2 |
| | | |||||
| * | Remove IM after adding it to dockerfile | Marc Jeanmougin | 2017-07-29 | 1 | -1/+0 |
| | | |||||
| * | fix typo, update CI | Marc Jeanmougin | 2017-07-28 | 1 | -2/+3 |
| | | |||||
