1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-19 07:20:01 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE
2022-08-02 22:02:28 +02:00
committed by GitHub
parent 3069f0dff2
commit faca12a02b

4
Jenkinsfile vendored
View File

@ -9,8 +9,8 @@ def build_plugin()
aclocal
autoconf
automake --add-missing
./configure --prefix=/opt/www
CFLAGS="-I$WORKSPACE../ant-http/build/$arch/usr/include" LDFLAGS="-L$WORKSPACE../ant-http/build/$arch/usr/lib" make
./configure CPPFLAGS=-I$WORKSPACE/../ant-http/build/$arch/usr/include LDFLAGS=-L$WORKSPACE/../ant-http/build/$arch/usr/lib --prefix=/opt/www
CFLAGS="-I$WORKSPACE/../ant-http/build/$arch/usr/include" LDFLAGS="-L$WORKSPACE/../ant-http/build/$arch/usr/lib" make
DESTDIR=$WORKSPACE/build/$arch make install
'''
}