Add sleep binary to windows compiler
This commit is contained in:
parent
cc5286a060
commit
7e804625a6
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -55,6 +55,7 @@ pipeline {
|
||||||
dart compile exe -o out\\nbt2snbt.exe bin\\nbt2snbt.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\\snbt2nbt.exe bin\\snbt2nbt.dart
|
||||||
dart compile exe -o out\\pause.exe bin\\pause.dart
|
dart compile exe -o out\\pause.exe bin\\pause.dart
|
||||||
|
dart compile exe -o out\\sleep.exe bin\\sleep.dart
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue