mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Travis CI: Update printing the list of devel libs in Linux builds
This change improves readability.
This commit is contained in:
parent
52d28f3570
commit
a3bbf1e278
@ -86,7 +86,7 @@ before_install:
|
||||
- uname -a
|
||||
- date
|
||||
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew update >/dev/null; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = linux ]; then dpkg-query -f '${Package}__${Version}__${Architecture}\n' -W 'lib*-dev'; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = linux ]; then apt list --installed 'lib*-dev'; fi
|
||||
|
||||
install:
|
||||
- if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi
|
||||
|
Loading…
Reference in New Issue
Block a user