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

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@virtuozzo.com>2017-03-30 02:34:01 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-04-11 09:00:49 +0300
commit70ac7a10cd9d3b5bef2112121ca19aa3d5542c43 (patch)
tree4040f14a4a4b1e73f337e7e2ef136dcbc56a5312 /.travis.yml
parent444702c6425782e0c877de42f1818933dcf88dd2 (diff)
travis: run tests with asan
v2: Use the devicemapper storage driver for docker containers to run more tests. AUFS doesn't support file handles, so a few tests (e.g. inotify00 can't be run). Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a5dfb9f18..78b1f0c4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- TR_ARCH=local GCOV=1
- TR_ARCH=local CLANG=1
- TR_ARCH=alpine
+ - TR_ARCH=asan
- TR_ARCH=x86_64
- TR_ARCH=armv7hf
- TR_ARCH=aarch64