mirror of
https://github.com/lxsang/antd-fcgi-plugin.git
synced 2024-11-14 17:38:24 +01:00
Update Jenkinsfile
This commit is contained in:
parent
ed89c3c715
commit
bfa6020ce2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ def build_plugin()
|
|||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
echo "Building for architecture $arch"
|
echo "Building for architecture $arch"
|
||||||
mkdir -p build/$arch/opt/www
|
mkdir -p build/$arch/opt/www
|
||||||
[ -f Makefile ] && make clean
|
[ -f Makefile ] && make clean || true
|
||||||
libtoolize
|
libtoolize
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user