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

This commit is contained in:
Dany LE 2023-07-22 23:49:39 +02:00 committed by GitHub
parent b57c5937bd
commit 20105e2ab1
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
cd $WORKSPACE
mkdir -p build/$arch/opt/www
[ -f Makefile ] && make clean
[ -f Makefile ] && make clean || true
libtoolize
aclocal
autoconf