run: ./tests/ci/run.sh
env:
LLDPD_CONFIG_ARGS: ${{ matrix.config-args }}
+ LLDPD_RELEASE: ${{ matrix.release }}
CC: ${{ matrix.compiler }}
- name: Generate release body
if: matrix.release
[ ! -f tests/test-suite.log ] || cat tests/test-suite.log
exit 1
}
+if [ "$LLDPD_RELEASE" = "true" ]; then
+ make distcheck
+fi
+
case "$(uname -s)" in
Darwin)
otool -l osx/lldpd*/usr/local/sbin/lldpd
;;
Linux)
- make distcheck
-
# Integration tests
cd tests/integration
sudo $(which python3) -m pytest -n 5 -vv --boxed || \