1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-01 13:09:46 +02:00

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

This commit is contained in:
Dany LE 2023-07-22 23:47:57 +02:00 committed by GitHub
parent 320064c2a6
commit 8da0bf3934
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