{ "targets": { "raspbian-jessie": { "buildenv": "raspbian-jessie", "builddeps": ["build-essential", "cmake"], "buildcmd": [ "uname -a", "mkdir build", "cd build", "cmake ..", "make -j8", "ctest -VV -j8" ] }, "fedora24-x86_64": { "buildenv": "edora24-x86_64", "builddeps": ["build-essential", "cmake"], "buildcmd": [ "uname -a", "mkdir build", "cd build", "cmake ..", "make -j8", "ctest -VV -j8" ] }, "centos7-x86_64": { "buildenv": "centos7-x86_64", "builddeps": ["build-essential", "cmake"], "buildcmd": [ "uname -a", "mkdir build", "cd build", "cmake ..", "make -j8", "ctest -VV -j8" ] } } }