Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2017-11-05 22:01:43 +0300
committerBrendan Long <self@brendanlong.com>2017-11-05 22:01:43 +0300
commited96cbf3c7ad301e1fddbf05301defa53019f900 (patch)
tree3bb0c3546feaa40f88b74c13ea98f9aad7227751
parentae3c0630dc94bf9aba9592d494cfe70368c9586b (diff)
Enable FeedHQ and Bazqux in the CI build
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 124e6815..9e8375da 100644
--- a/circle.yml
+++ b/circle.yml
@@ -35,7 +35,7 @@ jobs:
- run:
name: Build
command: |
- cmake .
+ cmake . -DBAZQUX=ON -DFEEDHQ=ON
make
- run:
name: Test