Add a extra instruction for getting dependencies
This commit is contained in:
parent
c0eb8554c9
commit
dea378f78e
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,6 +19,8 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
unset WORKSPACE
|
unset WORKSPACE
|
||||||
|
unset WORKSPACE_TMP
|
||||||
|
dart pub get
|
||||||
dart doc
|
dart doc
|
||||||
tar -cvf docs.tgz doc/api/*
|
tar -cvf docs.tgz doc/api/*
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libac_dart
|
name: libac_dart
|
||||||
description: "Aria's Creations code library"
|
description: "Aria's Creations code library"
|
||||||
version: 1.2.070924+2118
|
version: 1.2.070924+2145
|
||||||
homepage: "https://zontreck.com"
|
homepage: "https://zontreck.com"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue