summaryrefslogtreecommitdiff
path: root/scripts/release.sh
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-01-12 21:29:17 +0100
committerSebastian Pipping <sebastian@pipping.org>2019-01-13 15:42:30 +0100
commit77f7f4851ebb1afba4c93029460bbf09a0b580ee (patch)
treefaa7564ac58b12c72f05b54afc595499ec00710b /scripts/release.sh
parent0fe5ef2366f74e7135efe545c1b7f4f2215d1cdc (diff)
downloaduriparser-77f7f4851ebb1afba4c93029460bbf09a0b580ee.tar.gz
cmake: Promote CMake rather than (working) "./configure" and "make check"
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 83bca46..ffca2fd 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -10,7 +10,7 @@ rm -vRf uriparser-* 2> /dev/null
echo
echo ========== configure ==========
-./configure || exit 1
+cmake . || exit 1
echo
echo ========== make distcheck ==========