WA-238 Running optmized improvements of safe contracts
This commit is contained in:
parent
0a646ad893
commit
9735b73431
|
@ -4,10 +4,11 @@ node_js:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
before_script:
|
before_script:
|
||||||
- yarn global add truffle@4.1.3
|
- yarn global add truffle@4.1.5
|
||||||
- yarn global add surge
|
- yarn global add surge
|
||||||
- git clone https://github.com/gnosis/gnosis-safe-contracts.git
|
- git clone https://github.com/gnosis/gnosis-safe-contracts.git
|
||||||
- cd gnosis-safe-contracts
|
- cd gnosis-safe-contracts
|
||||||
|
- git fetch && git checkout feature/optimize_personal_edition
|
||||||
- truffle compile && cd ..
|
- truffle compile && cd ..
|
||||||
after_success:
|
after_success:
|
||||||
- yarn build-storybook
|
- yarn build-storybook
|
||||||
|
|
Loading…
Reference in New Issue