Update Jenkinsfile
All checks were successful
gitea-sync/antd-wvnc-plugin/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2022-10-03 10:11:41 +02:00 committed by GitHub
parent 0fb3d27ada
commit c993d8bd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ def build_plugin()
set -e set -e
cd $WORKSPACE cd $WORKSPACE
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