summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-05-06 15:06:24 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-05-09 12:35:51 +0200
commit05d58451a1221ba95db8fb1d159eb0f76dbafb22 (patch)
tree90f534e4dab3a1969769506cafad67afec6315bd /.travis.yml
parente92fe29016300e7ae9ccfa6e9cf5422456f57e25 (diff)
Add profiling of CPU and memory usage (#912)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e4c9e89f..d19eb5f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,11 @@ matrix:
- gcc-multilib
- os: linux
compiler: gcc
- env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug
+ env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_PROFILE=1
+ addons:
+ apt:
+ packages:
+ - valgrind
- os: linux
compiler: clang
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_ASAN=1