mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add gnosis safe as external test.
This commit is contained in:
parent
9939697e1f
commit
2f11a677de
@ -79,6 +79,7 @@ function test_truffle
|
|||||||
fi
|
fi
|
||||||
# Change "compileStandard" to "compile"
|
# Change "compileStandard" to "compile"
|
||||||
sed -i s/solc.compileStandard/solc.compile/ "node_modules/truffle/build/cli.bundled.js"
|
sed -i s/solc.compileStandard/solc.compile/ "node_modules/truffle/build/cli.bundled.js"
|
||||||
|
npx truffle compile
|
||||||
npm run test
|
npm run test
|
||||||
)
|
)
|
||||||
rm -rf "$DIR"
|
rm -rf "$DIR"
|
||||||
@ -89,3 +90,5 @@ test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git solidity
|
|||||||
|
|
||||||
# Disabled temporarily as it needs to be updated to latest Truffle first.
|
# Disabled temporarily as it needs to be updated to latest Truffle first.
|
||||||
#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050
|
#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050
|
||||||
|
|
||||||
|
test_truffle GnosisSafe https://github.com/gnosis/safe-contracts.git development
|
||||||
|
Loading…
Reference in New Issue
Block a user