Update Jenkinsfile
Some checks failed
gitea-sync/antd-fcgi-plugin/pipeline/head This commit looks good
gitea-sync/antd-fcgi-plugin/pipeline/tag There was a failure building this commit

This commit is contained in:
Dany LE 2023-07-22 23:27:21 +02:00 committed by GitHub
parent ed89c3c715
commit bfa6020ce2
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 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