Fix jenkinsfile
This commit is contained in:
parent
4fed8c53fe
commit
e70cec7df9
2 changed files with 5 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -23,7 +23,9 @@ pipeline {
|
|||
rm -rf doc
|
||||
dart pub get
|
||||
dart doc
|
||||
dart compile exe -o out/dbikc.bin bin/dbikc.dart
|
||||
|
||||
mkdir -p out
|
||||
dart compile exe -o out/dbikc bin/dbikc.dart
|
||||
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
'''
|
||||
|
@ -42,7 +44,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "*.tgz", fingerprint: true
|
||||
archiveArtifacts artifacts: "out/*.bin", fingerprint: true
|
||||
archiveArtifacts artifacts: "out/*", fingerprint: true
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.2.072724+0232
|
||||
version: 1.2.072724+0235
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue