remove multiple implemented function, always run guideline check

This commit is contained in:
Christopher Lackner 2018-12-12 13:07:18 +01:00
parent 96e26565f2
commit f75563475b
2 changed files with 1 additions and 5 deletions

View File

@ -145,6 +145,7 @@ test_guidelines:
stage: test
script:
- docker run netgen_${CI_BUILD_REF_NAME}_${UBUNTU_VERSION}.id -e CCACHE_DIR=/ccache -v /mnt/ccache:/ccache netgen_${CI_BUILD_REF_NAME}:${UBUNTU_VERSION} bash /root/src/netgen/tests/build_guidelines.sh
when: always
############################################
# Deploy stage
############################################

View File

@ -7,11 +7,6 @@
namespace ngcore
{
void VersionInfo :: DoArchive(Archive& ar)
{
ar & mayor_ & minor_ & release & patch & git_hash;
}
// clang-tidy should ignore this static object
static std::map<std::string, VersionInfo> library_versions; // NOLINT
std::map<std::string, VersionInfo>& Archive :: GetLibraryVersions()