mirror of https://github.com/status-im/evmc.git
Circle CI: Build tests and examples
This commit is contained in:
parent
f1fcb37fbe
commit
ae6bcb177f
|
@ -9,10 +9,13 @@ jobs:
|
|||
- run:
|
||||
name: "Configure"
|
||||
working_directory: ~/build
|
||||
command: cmake ../project
|
||||
command: cmake ../project -DEVMC_BUILD_EXAMPLES=ON -DEVMC_BUILD_TESTS=ON
|
||||
- run:
|
||||
name: "Build"
|
||||
command: cmake --build ~/build
|
||||
- run:
|
||||
name: "Test"
|
||||
command: cmake --build ~/build --target test
|
||||
|
||||
test-docs:
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue