mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
remove multiple implemented function, always run guideline check
This commit is contained in:
parent
96e26565f2
commit
f75563475b
@ -145,6 +145,7 @@ test_guidelines:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
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
|
- 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
|
# Deploy stage
|
||||||
############################################
|
############################################
|
||||||
|
@ -7,11 +7,6 @@
|
|||||||
|
|
||||||
namespace ngcore
|
namespace ngcore
|
||||||
{
|
{
|
||||||
void VersionInfo :: DoArchive(Archive& ar)
|
|
||||||
{
|
|
||||||
ar & mayor_ & minor_ & release & patch & git_hash;
|
|
||||||
}
|
|
||||||
|
|
||||||
// clang-tidy should ignore this static object
|
// clang-tidy should ignore this static object
|
||||||
static std::map<std::string, VersionInfo> library_versions; // NOLINT
|
static std::map<std::string, VersionInfo> library_versions; // NOLINT
|
||||||
std::map<std::string, VersionInfo>& Archive :: GetLibraryVersions()
|
std::map<std::string, VersionInfo>& Archive :: GetLibraryVersions()
|
||||||
|
Loading…
Reference in New Issue
Block a user