| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
- move build scripts and related tools to buildtools folder
- rename appveyor.yml -> .appveyor.yml
|
| |
|
|
| |
artifact names
|
| |
|
|
|
|
| |
tests might fail).
This should speed up builds in scenarios where e.g. an MSYS2 update broke the installation while the build itself still works.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(won't fail yet If tests do not complete sucessfully because of frequent SEGFAULTs on exit whose source has yet to be determined)
|
| |
|
|
|
|
|
| |
(https://github.com/Alexpux/MINGW-packages/pull/2597) and gtest (https://github.com/Alexpux/MINGW-packages/pull/2588)
- libgc 7.6.0 solves a deadlocking issue that prevented tests to ever complete (it might also be related to https://bugs.launchpad.net/inkscape/+bug/1659172 and https://bugs.launchpad.net/inkscape/+bug/1655619)
- gtest 1.8.0 includes gmock making it unnecessary to download and build separately
|
| | |
|
| | |
|
| |
|
|
| |
(this is necessary as we're running an additional bash inside the CI environment and are never generating any exit codes on the actual console)
|
| |
|
|
| |
Speeds up the build by a few minutes. most packages are not needed anyway, and those that are should be updated by msys2installdeps.sh
|
| |
|