mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 02:59:47 +02:00
Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline{
|
|||||||
export WORKSPACE=$(realpath "./jenkins/workspace/ant-http")
|
export WORKSPACE=$(realpath "./jenkins/workspace/ant-http")
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
[ -d build ] && rm build
|
[ -d build ] && rm build
|
||||||
mkdir build
|
mkdir -p build/etc/systemd/system/
|
||||||
libtoolize
|
libtoolize
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
|
Reference in New Issue
Block a user