File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# ------------------------------------------------------------------------------
4
- # Script used for cross-platform comparison as part of the travis automation.
5
- # Splits all test source code into multiple files, generates bytecode and
6
- # uploads the bytecode into github.com/ethereum/solidity-test-bytecode where
7
- # another travis job is triggered to do the actual comparison.
4
+ # Script used for cross-platform comparison of the bytecode generated by the compiler.
5
+ # Splits all test source code into multiple files, generates bytecode and metadata
6
+ # for each file and combines it into a single report.txt file.
7
+ #
8
+ # The script is meant to be executed in CI on all supported platforms. All generated
9
+ # reports must be identical for a given compiler version.
8
10
#
9
11
# ------------------------------------------------------------------------------
10
12
# This file is part of solidity.
You can’t perform that action at this time.
0 commit comments