c@444: dist: c@444: - xenial c@444: c@444: language: c@444: - cpp c@444: c@444: sudo: c@444: - false c@444: c@444: os: c@444: - linux c@444: c@444: addons: c@444: apt: c@444: packages: c@444: - wget c@444: - libsndfile-dev c@444: - libboost-all-dev c@445: - valgrind c@444: c@444: script: c@451: - make -f build/linux/Makefile.linux64 test c@444: