👷 add test output to avoid timeout

parent 7dd3e638
......@@ -4,33 +4,36 @@
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",
"mkdir build",
"cd build",
"cmake ..",
"make -j8",
"ctest -j8"
"ctest -VV -j8"
]
},
"fedora24-x86_64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",
"mkdir build",
"cd build",
"cmake ..",
"make -j8",
"ctest -j8"
"ctest -VV -j8"
]
},
"centos7-x86_64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential", "cmake"],
"buildcmd": [
"uname -a",
"mkdir build",
"cd build",
"cmake ..",
"make -j8",
"ctest -j8"
"ctest -VV -j8"
]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment