Fix solc-nightly job (#1732)
* update truffle to 5.0.14 * fix setup to test with solc-nightly * switch to npx in script/test.sh * please the linter * rename build to prepack * move download of nightly build to a compile script * make compile script executable
This commit is contained in:
committed by
Nicolás Venturo
parent
af55a843e3
commit
9646cc951f
7
scripts/compile.sh
Executable file
7
scripts/compile.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [ "$SOLC_NIGHTLY" = true ]; then
|
||||
docker pull ethereum/solc:nightly
|
||||
fi
|
||||
|
||||
truffle compile
|
||||
Reference in New Issue
Block a user