Merge branch 'ci/cd'

pull/218/head
Dr. Sergey Pogodin 7 years ago
commit f0a2345629
  1. 6
      .circleci/config.yml

@ -4,7 +4,7 @@ jobs:
# Basic testing of a new commit to any branch.
test:
docker:
- image: birdofpreyru/mythril:0.0.1
- image: birdofpreyru/mythril:0.0.2
steps:
- checkout:
@ -41,6 +41,10 @@ jobs:
name: Ensuring that setup script is functional
command: cd /home/mythril && python3 setup.py install
- run:
name: Integration tests
command: cd /home && ./run-integration-tests.sh
deploy:
docker:
- image: birdofpreyru/mythril:0.0.1

Loading…
Cancel
Save