From d79fa58f7efc06a048adf9e2172792e64b8abb20 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 23 Apr 2021 14:18:15 +0200 Subject: ci: set and use GHWDUMP envvar Since the tests are executed without installing the package, the ones that depend on ghwdump do fail on AppVeyor. Use envvar GHWDUMP in testenv for optionally specifying the location. --- scripts/windows/appveyor/test.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/windows') diff --git a/scripts/windows/appveyor/test.ps1 b/scripts/windows/appveyor/test.ps1 index 59faab113..3eaefc827 100644 --- a/scripts/windows/appveyor/test.ps1 +++ b/scripts/windows/appveyor/test.ps1 @@ -50,6 +50,7 @@ Write-Host "Run testsuites..." -ForegroundColor Yellow cd "$($env:APPVEYOR_BUILD_FOLDER)\testsuite" # Use a MinGW compatible path $env:GHDL="$($env:GHDL_PREFIX_DIR)/bin/ghdl.exe" +$env:GHWDUMP="$($env:GHDL_PREFIX_DIR)/bin/ghwdump.exe" # Exit status $Err = 0 -- cgit v1.2.3