Files
consensus-specs/circle.yml
Alex Beregszaszi 823e8a5c68 Add CircleCI configuration (#18)
* Simplify Makefile
* Add CircleCI configuration
2020-05-13 23:03:42 +01:00

17 lines
370 B
YAML

version: 2.0
jobs:
build:
docker:
- image: cimg/base:2020.01
steps:
- checkout
- run:
name: Install solidity
command: |
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
- run:
name: Compile the contract
command: make