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

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