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/*
|
||||
'''
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.2.072724+0210
|
||||
version: 1.2.072724+0232
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue