diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-03-06 22:30:45 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-03-06 22:39:10 +0100 |
commit | 6e30b5f74efc27e2fab1dbc17f84836aaa4079f1 (patch) | |
tree | c7f7ad80f6301d484ace73730003818919931f47 /.gitlab-ci.yml | |
parent | ffe9bbf9de167466eb39dfb7711bcf61aaf55755 (diff) | |
download | tmwa-CI.tar.gz tmwa-CI.tar.bz2 tmwa-CI.tar.xz tmwa-CI.zip |
search for googletest & binutilsCI
Diffstat (limited to '.gitlab-ci.yml')
-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 |