mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-21 08:19:50 +02:00
This commit is contained in:
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
|
||||
'''
|
||||
|
Reference in New Issue
Block a user