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

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-05-29 22:56:46 +0300
committeronqtam <vik.kirilov@gmail.com>2017-09-05 13:10:01 +0300
commit1d134b0074af7ffdbaeea7d568cb8570cd4855fe (patch)
tree5220b8f6972816c020551722a2eb2e861a0f3250 /.travis.yml
parentb8d0e618d93f980e8ee742041cb6e97f630207e0 (diff)
fixing build command for coverity scan
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index de027c5a..ef47cbfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,8 +37,7 @@ addons:
project:
name: onqtam/doctest
notification_email: vik.kirilov@gmail.com
- build_command_prepend: cd examples/hello_world && cmake .
- build_command: make
+ build_command: g++ scripts/hello_world.cpp -I doctest
branch_pattern: coverity_scan
# these apt sources will be referenced later (by using *name)
apt: