Commit Graph

8 Commits

Author SHA1 Message Date
Andrey Semashev
710bd95d36 Moved extra tests to msvc-14.0 job to avoid job timeouts. 2019-10-14 23:13:22 +03:00
Andrey Semashev
81bc040eb5 Added more compilers to CI. 2019-10-14 00:18:00 +03:00
Andrey Semashev
691859e288 Trying to work around cmd quirks with variable expansion. 2019-01-05 21:57:42 +03:00
Andrey Semashev
413d0c3235 Corrected variable expansion in Appveyor CI config. 2019-01-05 14:47:40 +03:00
Andrey Semashev
4b0cc5a30f Reduced the amount of CI tests, enabled global visibility for UBSan.
Disabled separate 32-bit and GNU C++ builds for CI. For most jobs also
disabled building examples and self-contained header tests. For UBSan
jobs enabled global visibility in attempt to work around the bogus
errors about calling virtual functions through a pointer to a base class.
2019-01-05 04:53:16 +03:00
Andrey Semashev
a14c56dc7f Corrected variable initialization in Appveyor CI. 2019-01-05 00:47:05 +03:00
Andrey Semashev
1b6db19c41 Updated CI configs to fix git checkouts.
Boost.Log tests include compilation of all examples, so depinst needs
to pull dependencies of examples, in addition to the library itself and
its tests.

Also, added --jobs argument to the `git submodule update` executed by
depinst and increased the number of jobs to 8.
2019-01-04 19:14:29 +03:00
Andrey Semashev
5ec0e31686 Added Appveyor and Travis CI config files. 2019-01-03 23:33:01 +03:00