Skip to content
Snippets Groups Projects
Commit 856af4ae authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

fix(ci): re-implement version comparison

parent d228c2df
No related branches found
No related tags found
2 merge requests!168Fix minor issues,!167Merge v1.0
Pipeline #34048 passed
...@@ -75,7 +75,7 @@ doxygen Doxyfile ...@@ -75,7 +75,7 @@ doxygen Doxyfile
# filter diverse erroneous messages due to bugs in the individual doxygen versions # filter diverse erroneous messages due to bugs in the individual doxygen versions
# dealing with bugs in Doxygen 1.8.17 (or earlier) # dealing with bugs in Doxygen 1.8.17 (or later)
# bug description - https://github.com/doxygen/doxygen/issues/7411 # bug description - https://github.com/doxygen/doxygen/issues/7411
# fixed in 1.8.18 - https://github.com/doxygen/doxygen/pull/7483 # fixed in 1.8.18 - https://github.com/doxygen/doxygen/pull/7483
filter "1.8.17" \ filter "1.8.17" \
...@@ -88,7 +88,7 @@ filter "1.9.1" \ ...@@ -88,7 +88,7 @@ filter "1.9.1" \
"Filtering Doxygen warnings \"Member OpenPASS_ ... is not documented\" (see https://github.com/doxygen/doxygen/issues/8091)" \ "Filtering Doxygen warnings \"Member OpenPASS_ ... is not documented\" (see https://github.com/doxygen/doxygen/issues/8091)" \
"/warning: Member OpenPASS_.*is not documented/d" "/warning: Member OpenPASS_.*is not documented/d"
# dealing with DOT issues bugs in Doxygen 1.9.7 (or earlier) # dealing with DOT issues bugs in Doxygen 1.9.6 (or later)
# bug description - https://github.com/doxygen/doxygen/issues/8091 # bug description - https://github.com/doxygen/doxygen/issues/8091
filter "1.9.6" \ filter "1.9.6" \
"Filtering Doxygen error: Problems running dot: exit code=2, command='dot'" \ "Filtering Doxygen error: Problems running dot: exit code=2, command='dot'" \
...@@ -98,6 +98,7 @@ filter "1.9.6" \ ...@@ -98,6 +98,7 @@ filter "1.9.6" \
# filtering warnings related to missing Mantle_API documenation # filtering warnings related to missing Mantle_API documenation
echo "Filtering warnings related to missing Mantle_API documenation" echo "Filtering warnings related to missing Mantle_API documenation"
sed -i "/conanThirdParty\/MantleAPI/d" DoxygenWarningLog.txt
sed -i "/ parameter 'map_file_path'/d" DoxygenWarningLog.txt sed -i "/ parameter 'map_file_path'/d" DoxygenWarningLog.txt
sed -i "/ parameter 'map_details'/d" DoxygenWarningLog.txt sed -i "/ parameter 'map_details'/d" DoxygenWarningLog.txt
sed -i "/ parameter 'lateral_state'/d" DoxygenWarningLog.txt sed -i "/ parameter 'lateral_state'/d" DoxygenWarningLog.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment