Skip to content
Snippets Groups Projects
Commit 20471c0c authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Vakhtang Tsulaia
Browse files

CI: Add artifacts to 'test' to download test logs

parent 989a3535
No related branches found
No related tags found
1 merge request!442CI: Add artifacts to 'test' to download test logs
Pipeline #12042399 passed
......@@ -527,6 +527,13 @@ tests-ubuntu:
- mv build ../
- cd ../build
- ctest
- pwd
- ls -l
- cp -r Testing ../GeoModel/TestsOutput #move the test output folder to the main project folder, otherwise 'artifacts' cannot pick it
artifacts:
paths:
- TestsOutput
expire_in: 1 month
include:
- athena_ci/ci.yml
......@@ -42,4 +42,4 @@ void BuildGeoShapes::printBuiltShapes() {
for (unsigned id{1}; id<=m_memMapShapes.size(); ++id) {
std::cout << "shape " << m_shapeType << " -- id: " << id << ", shapePtr: " << m_memMapShapes[id] << std::endl;
}
}
\ No newline at end of file
}
......@@ -44,4 +44,5 @@ public:
void printBuiltShapes();
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment