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