diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 573edbd..2984e5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: # name of task script: # run in bash - mkdir -p build - cd build - - qmake ../core-sdk.pro + - qmake ../server-sdk.pro - make -j4 cache: paths: diff --git a/doc/Doxyfile b/doc/Doxyfile index 59def5e..bcca831 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -6,7 +6,7 @@ GENERATE_LATEX = NO XML_PROGRAMLISTING = NO # Project settings -PROJECT_NAME = "core-sdk" +PROJECT_NAME = "server-sdk" INPUT = "../src" RECURSIVE = YES EXTRACT_PRIVATE = YES diff --git a/doc/Doxyfile-mcss b/doc/Doxyfile-mcss index 59eb540..75c5bdb 100644 --- a/doc/Doxyfile-mcss +++ b/doc/Doxyfile-mcss @@ -6,7 +6,7 @@ GENERATE_LATEX = NO XML_PROGRAMLISTING = YES # Project settings -PROJECT_NAME = core-sdk +PROJECT_NAME = server-sdk INPUT = ../src \ pages FILE_PATTERNS += *.md diff --git a/readme.md b/readme.md index 4d6db2a..4bcdb7a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# core-sdk +# server-sdk -[![pipeline status](https://gitlab.com/spaceti-app/integrations/common/core-sdk/badges/master/pipeline.svg)](https://gitlab.com/spaceti-app/integrations/common/core-sdk/commits/master) -[![coverage report](https://gitlab.com/spaceti-app/integrations/common/core-sdk/badges/master/coverage.svg)](https://gitlab.com/spaceti-app/integrations/common/core-sdk/commits/master) +[![pipeline status](https://gitlab.com/spaceti-app/integrations/common/server-sdk/badges/master/pipeline.svg)](https://gitlab.com/spaceti-app/integrations/common/server-sdk/commits/master) +[![coverage report](https://gitlab.com/spaceti-app/integrations/common/server-sdk/badges/master/coverage.svg)](https://gitlab.com/spaceti-app/integrations/common/server-sdk/commits/master) diff --git a/scripts/codecoverage.sh b/scripts/codecoverage.sh index 80d533e..b87a307 100755 --- a/scripts/codecoverage.sh +++ b/scripts/codecoverage.sh @@ -38,7 +38,7 @@ function testcc() { cd $BUILDPATH info "Generate makefile with coverage option" - qmake $SOURCE_CODE/core-sdk.pro "QMAKE_CXXFLAGS += --coverage" "QMAKE_LFLAGS += --coverage" + qmake $SOURCE_CODE/server-sdk.pro "QMAKE_CXXFLAGS += --coverage" "QMAKE_LFLAGS += --coverage" info "Remove previous *.gcda files" find $BUILDPATH -name *.gcda -exec rm "{}" \; diff --git a/core-sdk.pro b/server-sdk.pro similarity index 100% rename from core-sdk.pro rename to server-sdk.pro