Add quick test to check installed output

This commit is contained in:
Paul Reeves 2023-05-15 11:55:21 +02:00
parent f7348b1eaa
commit 914ac88e93

View File

@ -69,6 +69,7 @@ steps:
path: /tmp/cache path: /tmp/cache
commands: commands:
- make install - make install
- ls -R -l /usr/local/* | grep tfm
depends_on: depends_on:
- build-success - build-success