mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 11:50:37 +02:00
Merge branch 'ci-full-build' into 'master'
ci: perform full build ( not incremental - problems ) See merge request spaceti-app/integrations/acs/colnod-connector!20
This commit is contained in:
commit
25aa4e40ac
@ -24,6 +24,7 @@ build:
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- if [ -d build ]; then rm -rf build; fi
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- qmake $PRO_FILE
|
||||
@ -37,6 +38,7 @@ test:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- if [ -d build ]; then rm -rf build; fi
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- qmake $PRO_FILE
|
||||
@ -48,6 +50,7 @@ valgrind:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- if [ -d build ]; then rm -rf build; fi
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- qmake $PRO_FILE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user