Files
solidity/scripts
Christian Parpart a3829516f0 build.sh bash script cleanup
* use `set -e` to abort script execution when error codes fail (and haven't been checked)
* use [[ ]] instead of [ ] or test.
* use ROOTDIR/BUILDDIR variables for better readability
* use mktemp in order to avoid accidental name clashes.
* use `make install` instead of `install ...` as cleaner installation process
  * this however doesn't install soltest anymore, which I believe is
    right, as normal users should not need it installed in their system.
    Those who want to run the test suite, can do so manually
* allow optional passing of more additional custom args to cmake
2018-12-10 14:59:55 +01:00
..
2018-11-22 21:03:24 +01:00
2018-12-10 14:59:55 +01:00
2018-10-04 13:28:16 +02:00
2017-07-01 11:25:02 +01:00
2018-11-28 23:18:44 +01:00
2018-10-30 15:57:14 +01:00
2018-09-28 19:27:55 -03:00