mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
This commit is contained in:
parent
4e9806466a
commit
ebc5206c45
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -31,6 +31,9 @@ pipeline{
|
||||
buildir="build"
|
||||
[ -d "$buildir" ] && rm -rf "$buildir"
|
||||
export BUILDDIR="$WORKSPACE/$buildir/opt/www/htdocs/os"
|
||||
[ -d "doc" ] && rm -rf doc
|
||||
mkdir doc
|
||||
export DOCDIR="$WORKSPACE/doc"
|
||||
make release
|
||||
make doc
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user