mirror of
https://github.com/lxsang/ant-http
synced 2024-11-18 01:08:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
6758a4bb52
commit
82bede7e72
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -33,8 +33,9 @@ pipeline{
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/ant-http")
|
||||
cd $WORKSPACE
|
||||
[ -d build ] && rm build
|
||||
[ -d build ] && rm -rf build
|
||||
mkdir -p build/etc/systemd/system/
|
||||
mkdir -p build/opt/www
|
||||
libtoolize
|
||||
aclocal
|
||||
autoconf
|
||||
@ -42,6 +43,7 @@ pipeline{
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
DESTDIR=$WORKSPACE/build make install
|
||||
ln -sf ../../usr/etc/antd-config.ini build/opt/www/config.ini.example
|
||||
'''
|
||||
script {
|
||||
// only useful for any master branch
|
||||
|
Loading…
Reference in New Issue
Block a user