pull/120/head
Dr. Sergey Pogodin 7 years ago
parent 3c44927ec4
commit 25335f7fd1
  1. 16
      .circleci/config.yml
  2. 4
      README.md

@ -5,11 +5,23 @@ jobs:
test:
docker:
- image: birdofpreyru/mythril:0.0.1
steps:
- checkout
- checkout:
path: /home/mythril
- run:
name: Installing mythril tools
command: cd /home && ./install-mythril-tools.sh laser-ethereum
- run:
background: true
name: Launch of background geth instance
command: geth --syncmode full --rpc --shh
- run:
name: Unit-testing
command: ./all_tests.sh
command: cd /home/mythril && ./all_tests.sh
workflows:
version: 2

@ -1,7 +1,5 @@
![Master Build Status](https://img.shields.io/circleci/project/github/ConsenSys/mythril/master.svg)
# Mythril
![Master Build Status](https://img.shields.io/circleci/project/github/ConsenSys/mythril/master.svg)
[![Join the chat at https://gitter.im/ConsenSys/mythril](https://badges.gitter.im/ConsenSys/mythril.svg)](https://gitter.im/ConsenSys/mythril?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PyPI](https://badge.fury.io/py/mythril.svg)](https://pypi.python.org/pypi/mythril)
<img height="120px" align="right" src="/static/mythril.png"/>

Loading…
Cancel
Save