Updated build script to compile plugin itself.
This commit is contained in:
parent
c60195db5c
commit
5f85693d51
7
build.sh
7
build.sh
@ -55,10 +55,15 @@ fi
|
|||||||
mkdir -p $RELEASEDIR
|
mkdir -p $RELEASEDIR
|
||||||
|
|
||||||
|
|
||||||
|
# Clean and compile plugin.
|
||||||
|
make clean
|
||||||
|
make
|
||||||
|
|
||||||
|
|
||||||
# Check if the plugin is built.
|
# Check if the plugin is built.
|
||||||
if [ ! -e $BUILDDIR/$PLUGINFILE ]
|
if [ ! -e $BUILDDIR/$PLUGINFILE ]
|
||||||
then
|
then
|
||||||
echo "Cannot build release package, plugin is not built. Missing file '$BUILDDIR/$PLUGINFILE'."
|
echo "Cannot build release package, plugin build failed. Missing file '$BUILDDIR/$PLUGINFILE'."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user