1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
'''
}