Adjust instructions

This commit is contained in:
zontreck 2024-08-30 23:49:17 -07:00
parent e16eacb485
commit abe9a5ba55
2 changed files with 8 additions and 5 deletions

5
Jenkinsfile vendored
View file

@ -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 ..
'''
}