diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f9d5ef..d6c1d1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,9 @@ build: - cd build - qmake ../colnod-connector.pro - make -j4 -cache: - paths: - - build # this path will be cached for next stages + artifacts: + paths: + - build/ # ######## # Test @@ -33,7 +33,8 @@ test: - shell script: - cd build - - make check test + - make check + # memory leak check for unittest valgrind: @@ -42,7 +43,7 @@ valgrind: - shell script: - cd build - - valgrind make check test + - valgrind make check # Quality of code cppcheck: diff --git a/server-sdk b/server-sdk index 1fe9632..0d4f436 160000 --- a/server-sdk +++ b/server-sdk @@ -1 +1 @@ -Subproject commit 1fe9632720257d788e6f58f90db637cf4a9f8fae +Subproject commit 0d4f436e2344a44f3c663d80ddce5ad6fc72de2c