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:
authorAdrian Reber <areber@redhat.com>2020-12-16 21:58:23 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commit70088b66c1dcb82077ba197013ef3692fbc8a291 (patch)
treeae19550a0a9da8b2c6f0e3759386a1d647e86ebb /.travis.yml
parenta719a2f49f3ac2584b31a19e6d3de36373ca8608 (diff)
ci: add Circle CI definition
Circle CI provides bare metal test systems which are a very good environment for the CRIU test cases. This adds two CI runs on Circle CI. On Circle CI it is necessary to tell clang to use '-Wl,-z,now', because gcc has it hard-coded in Ubuntu and clang does not. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a82ed910c..a94eb5edb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,18 +5,12 @@ cache: ccache
services:
- docker
env:
- - TR_ARCH=local
- - TR_ARCH=local CLANG=1
- TR_ARCH=local COMPAT_TEST=y
- TR_ARCH=local CLANG=1 COMPAT_TEST=y
- TR_ARCH=vagrant-fedora-no-vdso
jobs:
include:
- os: linux
- arch: amd64
- env: TR_ARCH=local
- dist: focal
- - os: linux
arch: ppc64le
env: TR_ARCH=local
dist: bionic