renaming from 'core-sdk' to 'server-sdk'

This commit is contained in:
Filip Bucek 2019-11-06 09:24:35 +01:00
parent 725dbc29b1
commit 3e5c09d411
6 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ build: # name of task
script: # run in bash script: # run in bash
- mkdir -p build - mkdir -p build
- cd build - cd build
- qmake ../core-sdk.pro - qmake ../server-sdk.pro
- make -j4 - make -j4
cache: cache:
paths: paths:

View File

@ -6,7 +6,7 @@ GENERATE_LATEX = NO
XML_PROGRAMLISTING = NO XML_PROGRAMLISTING = NO
# Project settings # Project settings
PROJECT_NAME = "core-sdk" PROJECT_NAME = "server-sdk"
INPUT = "../src" INPUT = "../src"
RECURSIVE = YES RECURSIVE = YES
EXTRACT_PRIVATE = YES EXTRACT_PRIVATE = YES

View File

@ -6,7 +6,7 @@ GENERATE_LATEX = NO
XML_PROGRAMLISTING = YES XML_PROGRAMLISTING = YES
# Project settings # Project settings
PROJECT_NAME = core-sdk PROJECT_NAME = server-sdk
INPUT = ../src \ INPUT = ../src \
pages pages
FILE_PATTERNS += *.md FILE_PATTERNS += *.md

View File

@ -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) [![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/core-sdk/badges/master/coverage.svg)](https://gitlab.com/spaceti-app/integrations/common/core-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)

View File

@ -38,7 +38,7 @@ function testcc() {
cd $BUILDPATH cd $BUILDPATH
info "Generate makefile with coverage option" 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" info "Remove previous *.gcda files"
find $BUILDPATH -name *.gcda -exec rm "{}" \; find $BUILDPATH -name *.gcda -exec rm "{}" \;