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:05:11 +02:00 committed by GitHub
parent faca12a02b
commit ad98d1f666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ def build_plugin()
aclocal aclocal
autoconf autoconf
automake --add-missing automake --add-missing
./configure CPPFLAGS=-I$WORKSPACE/../ant-http/build/$arch/usr/include LDFLAGS=-L$WORKSPACE/../ant-http/build/$arch/usr/lib --prefix=/opt/www ./configure CFLAGS=-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 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 DESTDIR=$WORKSPACE/build/$arch make install
''' '''