👷 forgot path to ctest

parent e27b2820
......@@ -16,7 +16,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j4 --timeout 10000"
"../cmake-3.14.0/bin/ctest -VV -j4 --timeout 10000"
]
},
"jessie-i386": {
......@@ -35,7 +35,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j8"
"../cmake-3.14.0/bin/ctest -VV -j8"
]
},
"fedora24-x86_64": {
......@@ -67,7 +67,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j8"
"../cmake-3.14.0/bin/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