mirror of https://github.com/status-im/evmc.git
Add Circle CI config
This commit is contained in:
parent
4d763dadab
commit
a0d4cb50f6
|
@ -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
|
Loading…
Reference in New Issue