aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1f681e5..818aa2c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,6 +9,11 @@ jobs:
environment:
steps:
+ - run:
+ name: Install Dependency Libraries
+ command: |
+ sudo apt-get update
+ sudo apt-get install openssl libssl-dev libgmp-dev
- checkout
- restore_cache:
keys:
@@ -27,7 +32,7 @@ jobs:
key: v1-vendor-{{ .Branch }}-{{ checksum "Gopkg.lock" }}
paths:
- vendor
- - run: make eth-dep
+ - run: make dep
- run: make lint
- run: make vet
- run: make test