Update Jenkinsfile

This commit is contained in:
Dany LE 2023-07-22 23:27:21 +02:00 committed by GitHub
parent ed89c3c715
commit 59fc3b73d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ def build_plugin()
cd $WORKSPACE
echo "Building for architecture $arch"
mkdir -p build/$arch/opt/www
[ -f Makefile ] && make clean
[ -f Makefile ] && make clean || true
libtoolize
aclocal
autoconf