Add pub get instruction
This commit is contained in:
parent
e47840595d
commit
ddc559a663
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -45,6 +45,8 @@ pipeline {
|
|||
cd ..\\..
|
||||
|
||||
cd dart
|
||||
dart pub get
|
||||
|
||||
mkdir out
|
||||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
|
|
Loading…
Reference in a new issue