aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-09 23:17:41 +0800
committerchriseth <chris@ethereum.org>2017-06-15 00:59:23 +0800
commita87b22c1229f9f5bec8dafd43d42365c7459a7c7 (patch)
tree28d304284da7dab999ac660f9be64ae7944460d1 /appveyor.yml
parentf008ddf83646f6002a61a123cc94ad195a35dce4 (diff)
downloaddexon-solidity-a87b22c1229f9f5bec8dafd43d42365c7459a7c7.tar.gz
dexon-solidity-a87b22c1229f9f5bec8dafd43d42365c7459a7c7.tar.zst
dexon-solidity-a87b22c1229f9f5bec8dafd43d42365c7459a7c7.zip
Change windows CI to use the same bytecode directory as linux.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 22ec30a0..55c80a21 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,7 +65,8 @@ build_script:
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
- cd %APPVEYOR_BUILD_FOLDER%
- scripts\release.bat %CONFIGURATION%
- - scripts\bytecodecompare\storebytecode.bat %CONFIGURATION% %APPVEYOR_REPO_COMMIT%
+ - ps: $bytecodedir = git show -s --format="%cd-%H" --date=short
+ - ps: scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir
test_script:
- cd %APPVEYOR_BUILD_FOLDER%