diff options
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 330bd47..6ecdbbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,14 @@ variables: &base_vars - uname -a - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES + - apt-cache search googletest + - apt-cache search gtest + - apt-cache search binutils + - apt-cache policy binutils + - exit 1 - apt-cache search gdb # https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories - apt-cache policy gdb - - exit 1 - locale # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. - cat /etc/default/locale |