From 9b801434e90be001f457a52787519bd8153591d2 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 4 Oct 2020 22:51:01 +0200 Subject: [PATCH] Appveyor test --- appveyor.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 00803b339..ecf85de1b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,6 +71,11 @@ clone_script: } } + Function ExecMinGWCmd($Cmd) { + cd $env:proxspace_path + ./runme64.bat -c "$Cmd" + } + $WSLjob = Start-Job -Name WSLInstall -ScriptBlock { Function WSLExec($Text, $Cmd) { Write-Host "$Text" @@ -145,9 +150,13 @@ clone_script: Write-Host "[ OK ]" -ForegroundColor Gree - ExecUpdate "ProxSpace: initial msys2 startup..." $true + #ExecUpdate "ProxSpace: initial msys2 startup..." $true - ExecUpdate "ProxSpace: installing required packages..." $false + ExecMinGWCmd exit + + ExecMinGWCmd exit + + #ExecUpdate "ProxSpace: installing required packages..." $false $psversion = (Select-String -Pattern 'PSVERSION=' -SimpleMatch -Path "$env:proxspace_path\msys2\ps\09-proxspace_setup.post").Line.Split("""")[1]