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:
authorKirill Kolyshkin <kolyshkin@gmail.com>2017-10-02 03:34:04 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-10-17 08:40:10 +0300
commitd723061b53c5192a4e64aa8c7fa542dbfb058549 (patch)
tree544a6f7a3ae2ab7837ef5adef47cd4ece467273d /.travis.yml
parent4ccafdd920eae43b85f9fb756e653e1dea30b5aa (diff)
CI x86_64: switch to Zesty, add clang build
The x86_64 job is the one we run inside Docker (as opposed to 'local', which runs on the host). Let's update this to use Ubuntu Zesty, and since it has clang-4 (unlike the 'local' one) it makes sense to add a clang build. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> 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 3a063cd4b..2693e8e09 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ env:
- TR_ARCH=alpine
- TR_ARCH=asan
- TR_ARCH=x86_64
+ - TR_ARCH=x86_64 CLANG=1
- TR_ARCH=armv7hf
- TR_ARCH=aarch64
- TR_ARCH=ppc64le