Make some windows specific fixes
This commit is contained in:
parent
a3d263cd99
commit
2998f87f13
8 changed files with 44 additions and 19 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -69,9 +69,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
bat 'flutter pub get'
|
||||
bat 'flutter build windows'
|
||||
bat 'mkdir out'
|
||||
bat 'dart compile exe -o out\\server.exe bin\\server.dart'
|
||||
bat 'call compile.bat'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue