Test run for CircleCI windows builds.

This commit is contained in:
Daniel Kirchner
2020-09-17 14:44:52 +02:00
parent ed80585311
commit 23fa0a5387
3 changed files with 44 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Needed for Invoke-WebRequest to work via CI.
$progressPreference = "silentlyContinue"
Invoke-WebRequest -URI "https://github.com/ethereum/evmone/releases/download/v0.5.0/evmone-0.5.0-windows-amd64.zip" -OutFile "evmone.zip"
tar -xf evmone.zip "bin/evmone.dll"
mkdir deps
mv bin/evmone.dll deps