Add COMPILER_VERSION to the info file to get the compiler name in the testsuite page

This commit is contained in:
Maxime Gimeno 2021-06-23 10:51:04 +02:00
parent 72c69f1e75
commit c33311d8b6
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ run_test_on_platform()
else
echo "CGAL_VERSION ${CGAL_GIT_VERSION}">> "$RESULT_FILE"
fi
sed -n '/The CXX compiler/s/-- The CXX compiler identification is/COMPILER_VERSION = /p' < "${CGAL_BINARY_DIR}/installation.log" >> "$RESULT_FILE"
echo "TESTER ${CGAL_TESTER}" >> "$RESULT_FILE"
echo "TESTER_NAME ${CGAL_TESTER}" >> "$RESULT_FILE"
echo "TESTER_ADDRESS ${TESTER_ADDRESS}" >> "$RESULT_FILE"