mirror of
https://github.com/lxsang/antd-fcgi-plugin.git
synced 2024-11-14 01:18:25 +01:00
Update Jenkinsfile
Some checks failed
gitea-sync/antd-fcgi-plugin/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antd-fcgi-plugin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
3d34ff0693
commit
209e85f5e4
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,7 +9,10 @@ def build_plugin()
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
search_path=$(realpath antd/build/$arch/usr)
|
||||
path="antd/build/$arch/usr"
|
||||
search_path=$(realpath "$path")
|
||||
echo "PATH: $path"
|
||||
echo "REAL PATH: $search_path"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user