Fix of CI/CD

pull/120/head
Dr. Sergey Pogodin 7 years ago
parent baf93bb2fc
commit a3e1d71018
  1. 8
      .circleci/config.yml
  2. 1
      requirements.txt

@ -10,10 +10,18 @@ jobs:
- checkout: - checkout:
path: /home/mythril path: /home/mythril
# Uncomment, for local testing with circleci command, as it ignores
# path param in checkout command, and this symlink compenstates for that.
# - run: ln -s /root/project /home/mythril
- run: - run:
name: Installing mythril tools name: Installing mythril tools
command: cd /home && ./install-mythril-tools.sh laser-ethereum command: cd /home && ./install-mythril-tools.sh laser-ethereum
- run:
name: Install dependencies, in case any are missing in Docker image
command: pip3 install -r /home/mythril/requirements.txt
- run: - run:
background: true background: true
name: Launch of background geth instance name: Launch of background geth instance

@ -4,6 +4,7 @@ z3-solver>=4.5
laser-ethereum>=0.5.20 laser-ethereum>=0.5.20
requests requests
BTrees BTrees
plyvel
py-solc py-solc
eth_abi>=1.0.0 eth_abi>=1.0.0
eth-utils>=1.0.1 eth-utils>=1.0.1

Loading…
Cancel
Save