2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00
criu/scripts/travis-tests

16 lines
336 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
export GCOV=1
make
make -C test/zdtm
python test/zdtm.py run -a -x 'cgroup*'
pip install flake8
make lint