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:
parent
88a5354588
commit
8b8a79bf90
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,8 +9,9 @@ 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
|
search_path=$(realpath $WORKSPACE/../ant-http/build/$arch/usr)
|
||||||
CFLAGS="-I$WORKSPACE/../ant-http/build/$arch/usr/include" LDFLAGS="-L$WORKSPACE/../ant-http/build/$arch/usr/lib" make
|
CFLAGS="-I$search_path/include" LDFLAGS="-L$search_path/lib" ./configure --prefix=/opt/www
|
||||||
|
CFLAGS="-I$search_path/include" LDFLAGS="-L$search_path/lib" make
|
||||||
DESTDIR=$WORKSPACE/build/$arch make install
|
DESTDIR=$WORKSPACE/build/$arch make install
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user