CI: fix distcheck

pull/775/head
Brad House 8 months ago
parent b35fc6dc69
commit 13ff7976c9
  1. 4
      ci/distcheck.sh

@ -12,7 +12,9 @@ fi
if [ "$OS" = "linux" ]; then if [ "$OS" = "linux" ]; then
# Make distribution tarball # Make distribution tarball
./maketgz 99.98.97 autoreconf -fi
./configure
make dist VERSION=99.98.97
# Extract distribution tarball for building # Extract distribution tarball for building
tar xvf c-ares-99.98.97.tar.gz tar xvf c-ares-99.98.97.tar.gz
cd c-ares-99.98.97 cd c-ares-99.98.97

Loading…
Cancel
Save