Fix jenkinsfile
This commit is contained in:
parent
c789219481
commit
4fed8c53fe
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,6 +23,8 @@ pipeline {
|
|||
rm -rf doc
|
||||
dart pub get
|
||||
dart doc
|
||||
dart compile exe -o out/dbikc.bin bin/dbikc.dart
|
||||
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue