mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add hour and minute to bytecode repo directory names
This commit is contained in:
parent
41e83dd33a
commit
e8bb212ec6
@ -64,7 +64,7 @@ build_script:
|
||||
- msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- scripts\release.bat %CONFIGURATION% 2017
|
||||
- ps: $bytecodedir = git show -s --format="%cd-%H" --date=short
|
||||
- ps: $bytecodedir = git show -s --format="%cd-%H" --date="format:%Y-%m-%d-%H-%M"
|
||||
|
||||
test_script:
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
|
||||
|
@ -126,7 +126,7 @@ EOF
|
||||
git config user.email "chris@ethereum.org"
|
||||
git clean -f -d -x
|
||||
|
||||
DIRNAME=$(cd "$REPO_ROOT" && git show -s --format="%cd-%H" --date=short)
|
||||
DIRNAME=$(cd "$REPO_ROOT" && git show -s --format="%cd-%H" --date="format:%Y-%m-%d-%H-%M")
|
||||
mkdir -p "$DIRNAME"
|
||||
REPORT="$DIRNAME/$ZIP_SUFFIX.txt"
|
||||
cp ../report.txt "$REPORT"
|
||||
|
Loading…
Reference in New Issue
Block a user