2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-23 10:28:05 +00:00
criu/scripts/travis-tests

15 lines
337 B
Plaintext
Raw Normal View History

#!/bin/sh
set -x -e
test "$1" = "x86_64" || exit 0
apt-get update -qq
apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
chmod a+x $HOME
make GCOV=1
make -C test/zdtm
python test/zdtm.py run -a -f h,ns -x 'cgroup*'
pip install flake8
make lint