2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-23 05:32:14 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Andrey Semashev
49195acf60 Enabled testing with GNU extensions in GitHub Actions. 2022-01-16 18:29:54 +03:00
Andrey Semashev
4c1e36b023 Updated check for apt-add-repository capabilities.
In Ubuntu 20.04 there appeared an updated version of the
software-properties-common package in focal-updates, which ships a newer
apt-add-repository version that doesn't support -P/-S/-U command line arguments.

Since we cannot rely on package version checks to determine apt-add-repository
capabilities, we have to parse its --help output instead.

Also, made source list processing more protected against spaces.
2021-11-16 00:44:02 +03:00
Andrey Semashev
cf25880755 Fixed git version check on Mac OS. 2021-09-26 20:39:29 +03:00
Andrey Semashev
4669ec7e78 Added GHA CI timeout. 2021-09-15 21:29:17 +03:00
Andrey Semashev
ee1325ee11 Removed CMake tests from GHA config. 2021-09-12 20:34:44 +03:00
Andrey Semashev
2a78052e85 Added GitHub Actions config. 2021-09-12 20:21:17 +03:00