Commit Graph

5 Commits

Author SHA1 Message Date
Andrey Semashev
5ebbe941be 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:48:57 +03:00
Andrey Semashev
72308ef787 Fixed git version check on Mac OS. 2021-09-26 20:40:21 +03:00
Andrey Semashev
216b442d23 Added GHA CI timeout. 2021-09-15 21:32:19 +03:00
Andrey Semashev
1447c566d1 Removed CMake tests from GHA config. 2021-09-12 20:35:29 +03:00
Andrey Semashev
b76c273946 Added GitHub Actions config. 2021-09-12 20:01:33 +03:00