Add Circle CI config

This commit is contained in:
Paweł Bylica 2018-03-28 15:20:39 +02:00
parent 4d763dadab
commit a0d4cb50f6
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 21 additions and 0 deletions

21
circle.yml Normal file
View File

@ -0,0 +1,21 @@
version: 2
jobs:
build:
docker:
- image: ethereum/cpp-build-env
steps:
- checkout
- run:
name: "Configure"
working_directory: ~/build
command: cmake ../project
- run:
name: "Build"
command: cmake --build ~/build
workflows:
version: 2
evmc:
jobs:
- build