Adjust instructions
This commit is contained in:
parent
e16eacb485
commit
abe9a5ba55
2 changed files with 8 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -44,9 +44,8 @@ pipeline {
|
|||
cd ..\\..
|
||||
|
||||
cd dart
|
||||
dart pub get
|
||||
|
||||
mkdir out
|
||||
dart pub get
|
||||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||
|
@ -56,8 +55,6 @@ pipeline {
|
|||
dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||
dart compile exe -o out\\sleep.exe bin\\sleep.dart
|
||||
|
||||
|
||||
|
||||
cd ..
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue