Skip to content
Snippets Groups Projects

Feature functional tests enhancing

Merged Remi Perenon requested to merge feature-functional_tests_enhancing into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -210,6 +210,7 @@ cd ${SCRIPT_DIR}
cmd /V:ON /E:ON /C "setup_and_build.bat" "${CI_PROJECT_DIR_WIN}" "${TARGET_DIR}" ${MSVC_BUILD_TARGET}
# Exit now if unable to build
echo $?
if [ $? -ne 0 ]; then
status=$?
echo "Failed to build MDANSE"
Loading