aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ede2575..72d9f53 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,6 +3,11 @@ commands:
init_workspace:
steps:
- run:
+ name: Install Dependency Libraries
+ command: |
+ sudo apt update
+ sudo apt-get install openssl libssl-dev libgmp-dev
+ - run:
name: "Prepare Workspace"
command: sudo chown -R `whoami` /go
- attach_workspace:
@@ -29,11 +34,7 @@ jobs:
dep:
executor: go1_11
steps:
- - run:
- name: Install Dependency Libraries
- command: |
- sudo apt update
- sudo apt-get install openssl libssl-dev libgmp-dev
+ - init_workspace
- checkout
- restore_cache:
keys: