Skip to content

Commit

Permalink
disabled autotools based build
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed May 31, 2019
1 parent c09f42d commit 2b3897a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release_it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ cmake --build . --target all
cmake --build . --target all
cmake --build . --target package
cmake --build . --target dist
#cmake --build . --target package_source
cmake --build . --target package_source
cd $STARTDIR

mkdir -p $AM_BUILDDIR
cd $AM_BUILDDIR
$STARTDIR/configure MYSQL_CONFIG=$MYSQL_CONFIG
make distcheck
cd $STARTDIR
#mkdir -p $AM_BUILDDIR
#cd $AM_BUILDDIR
#$STARTDIR/configure MYSQL_CONFIG=$MYSQL_CONFIG
#make distcheck
#cd $STARTDIR

0 comments on commit 2b3897a

Please sign in to comment.