windows resize

desktop-master-git2
bunsenstraat 3 months ago
parent d7547bd867
commit 9a907158d5
  1. 11
      .circleci/config.yml

@ -238,6 +238,17 @@ jobs:
parallelism: 10
working_directory: ~/remix-project
steps:
- run:
name: Restart local mstsc
command: psexec64.exe -accepteula -nobanner -i 0 mstsc /v:localhost /w:3840 /h:2160
background: true
shell: powershell.exe
- run: name: Naive impl to wait until the screen stretches command: Start-Sleep 5
- run:
name: Get screen info
command: |
Add-Type -AssemblyName System.Windows.Forms
[System.Windows.Forms.Screen]::AllScreens | fl *
- checkout
- attach_workspace:
at: .

Loading…
Cancel
Save