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-02-07 23:52:00 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-02 00:19:03 +0300
commit0ecd9c2b28dda07f5143430d875782dc4e581397 (patch)
treee780ba8d7d68880e63cf9e1213955447d903f514 /.travis.yml
parent649280e31d0dd92954673836457f00ef79fd847e (diff)
travis: execute tests on Alpine
"zdtm.py run -a" doesn't work on Alpine: find: unrecognized: -executable So run zdtm/static/env00 for now to be sure that it is not broken at all. travis-ci: success for travis: execute tests on Alpine Signed-off-by: Andrei Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 85d653f00..70d666d8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,11 +6,11 @@ services:
env:
- TR_ARCH=local GCOV=1
- TR_ARCH=local CLANG=1
+ - TR_ARCH=alpine
- TR_ARCH=x86_64
- TR_ARCH=armv7hf
- TR_ARCH=aarch64
- TR_ARCH=ppc64le
- - TR_ARCH=alpine
- TR_ARCH=armv7hf CLANG=1
- TR_ARCH=aarch64 CLANG=1
- TR_ARCH=ppc64le CLANG=1