Add remaining executables to windows build
This commit is contained in:
parent
6f6784a91a
commit
e47840595d
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -49,6 +49,11 @@ pipeline {
|
|||
|
||||
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart
|
||||
dart compile exe -o out\\uuidgen.exe bin\\uuidgen.dart
|
||||
dart compile exe -o out\\mkfsreport.exe bin\\mkfsreport.dart
|
||||
dart compile exe -o out\\nbt2snbt.exe bin\\nbt2snbt.dart
|
||||
dart compile exe -o out\\snbt2nbt.exe bin\\snbt2nbt.dart
|
||||
dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||
|
||||
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue