gcloud testing

This commit is contained in:
Jacob Heider 2023-12-17 00:46:19 -05:00
parent 236807da03
commit ab9e3b744c
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -50,6 +50,8 @@ test:
dependencies: dependencies:
gnu.org/readline: 8.2.0 gnu.org/readline: 8.2.0
script: script:
- ls -l {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
- run: ldd {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8 - run: ldd {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
if: linux
- gcloud --version | grep {{version}} - gcloud --version | grep {{version}}
# for more tests we need to authenticate with a service account # for more tests we need to authenticate with a service account