mirror of
https://github.com/lxsang/silk.git
synced 2024-11-14 01:08:22 +01:00
This commit is contained in:
parent
32577500de
commit
adb81580a3
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,7 +4,7 @@ def build_plugin()
|
||||
set -e
|
||||
cd $WORKSPACE
|
||||
mkdir -p build/$arch/opt/www
|
||||
[ -f Makefile ] && make clean
|
||||
[ -f Makefile ] && make clean || true
|
||||
libtoolize
|
||||
aclocal
|
||||
autoconf
|
||||
@ -103,4 +103,4 @@ pipeline{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user