Merge branch 'trunk' into erinnfixes
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
erinn 2021-05-12 15:45:27 -07:00
commit 2f7696cba7
1 changed files with 5 additions and 3 deletions

View File

@ -205,7 +205,8 @@ steps:
image: openpriv/flutter-desktop:windows-dev
commands:
- flutter pub get
- flutter build windows
- # TEMP comment out build to test completion
- #flutter build windows
# flwtch-`cat VERSION`-`cat BUILDDATE`
- $Env:buildname = 'flwtch-win-'
- $Env:buildname += type .\VERSION
@ -218,9 +219,10 @@ steps:
- echo $Env:builddir
- echo $Env:zip
- mkdir deploy
- move build\\windows\\runner\\Release $Env:builddir
#- move build\\windows\\runner\\Release $Env:builddir
- mkdir $Env:builddir
- powershell -command "Expand-Archive -Path tor.zip -DestinationPath $Env:builddir\Tor"
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip
- powershell -command "Compress-Archive -Path $Env:builddir -DestinationPath $Env:zip"
- dir
- dir deploy
- move $Env:zip $Env:builddir