Skip to content

Commit bd3bfa8

Browse files
committed
Cirrus CI: Run shellcheck on linux-amd64. [skip ci]
1 parent 9635799 commit bd3bfa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ linux_task:
4848
- apt-get -qy install flex bison libdbus-1-dev libbluetooth-dev libnl-genl-3-dev libibverbs-dev >/dev/null # for libpcap
4949
- apt-get -qy install libssl-dev libsmi2-dev libcap-ng-dev libpcap-dev binutils-dev >/dev/null
5050
- apt-get -qy install sudo >/dev/null # for some tcpdump commands
51+
- apt-get -qy install shellcheck >/dev/null
5152
- apt list --installed 'lib*-dev'
5253
- echo '$ git clone [...] libpcap.git'
5354
- git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
5455
- ./autogen.sh
5556
- ./configure --quiet # build the Makefile
5657
- make releasecheck
5758
- make whitespacecheck
59+
- make shellcheck
5860
- ./build_matrix.sh
5961

6062
macos_task:

0 commit comments

Comments
 (0)