mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Leave artifact also on root.
This commit is contained in:
parent
6e9f93e043
commit
a5ce02d333
@ -86,8 +86,9 @@ make -j 4
|
||||
cd ..
|
||||
mkdir -p upload
|
||||
cp build/solc/soljson.js upload/
|
||||
cp build/solc/soljson.js ./
|
||||
|
||||
OUTPUT_SIZE=`ls -la build/solc/soljson.js`
|
||||
OUTPUT_SIZE=`ls -la soljson.js`
|
||||
|
||||
echo "Emscripten output size: $OUTPUT_SIZE"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user