Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
37e09fb92c3deade87c2b3bbdcf4ae147a4f28d9
Authored by
Jarryd Beck
2016-08-26 08:26:13 +1000
1 parent
defb7c8d
build tests in travis
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
37e09fb
...
...
@@ -22,4 +22,4 @@ matrix:
22
22
packages:
23
23
- clang-3.8
24
24
sources: *sources
25
-script: cmake . && make && make test
25
+script: cmake -DCXXOPTS_BUILD_TESTS=ON . && make && make test
...
...