Circle CI: Build tests and examples

This commit is contained in:
Paweł Bylica 2018-04-11 12:55:01 +02:00
parent f1fcb37fbe
commit ae6bcb177f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 4 additions and 1 deletions

View File

@ -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: