Change windows CI to use the same bytecode directory as linux.

This commit is contained in:
chriseth
2017-06-14 18:59:23 +02:00
parent f008ddf836
commit a87b22c122
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ REM Copyright (c) 2017 solidity contributors.
REM ---------------------------------------------------------------------------
set CONFIGURATION=%1
set COMMIT=%2
set DIRECTORY=%2
mkdir bytecode
cd bytecode
@@ -33,8 +33,8 @@ git config user.name "travis"
git config user.email "chris@ethereum.org"
git clean -f -d -x
mkdir %COMMIT%
set REPORT=%COMMIT%/windows.txt
if not exist %DIRECTORY% mkdir %DIRECTORY%
set REPORT=%DIRECTORY%/windows.txt
cp ../report.txt %REPORT%
git add %REPORT%
git commit -a -m "Added report."