mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2299 from ethereum/bytecodecompare
[WIP] Fixing Travis bytecodecompare
This commit is contained in:
commit
af2d2499c1
@ -87,17 +87,15 @@ EOF
|
|||||||
eval `ssh-agent -s`
|
eval `ssh-agent -s`
|
||||||
ssh-add deploy_key
|
ssh-add deploy_key
|
||||||
|
|
||||||
COMMIT_DATE=$(cd "$REPO_ROOT" && git show -s --format="%cd" --date=short "$TRAVIS_COMMIT")
|
|
||||||
|
|
||||||
git clone --depth 2 git@github.com:ethereum/solidity-test-bytecode.git
|
git clone --depth 2 git@github.com:ethereum/solidity-test-bytecode.git
|
||||||
cd solidity-test-bytecode
|
cd solidity-test-bytecode
|
||||||
git config user.name "travis"
|
git config user.name "travis"
|
||||||
git config user.email "chris@ethereum.org"
|
git config user.email "chris@ethereum.org"
|
||||||
git clean -f -d -x
|
git clean -f -d -x
|
||||||
|
|
||||||
DIRECTORY=$COMMIT_DATE"_"$TRAVIS_COMMIT
|
DIRNAME=$(cd "$REPO_ROOT" && git show -s --format="%cd-H" --date=short)
|
||||||
mkdir -p "$DIRECTORY"
|
mkdir -p "$DIRNAME"
|
||||||
REPORT="$DIRECTORY/$ZIP_SUFFIX.txt"
|
REPORT="$DIRNAME/$ZIP_SUFFIX.txt"
|
||||||
cp ../report.txt "$REPORT"
|
cp ../report.txt "$REPORT"
|
||||||
# Only push if adding actually worked, i.e. there were changes.
|
# Only push if adding actually worked, i.e. there were changes.
|
||||||
if git add "$REPORT"
|
if git add "$REPORT"
|
||||||
|
Loading…
Reference in New Issue
Block a user