forked from cerc-io/plugeth
58ec49a34d
cppjit client (python not yet working)
14 lines
236 B
YAML
14 lines
236 B
YAML
---
|
|
- name: install package dependencies
|
|
sudo: true
|
|
apt: name={{ item }}
|
|
with_items:
|
|
- parallel
|
|
- htop
|
|
|
|
- name: checkout test repo
|
|
git:
|
|
repo: https://github.com/ethereum/tests.git
|
|
version: develop
|
|
dest: git
|