mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 13:10:43 +02:00
fixing problem with build
This commit is contained in:
parent
4983bbb782
commit
549ba2abe2
@ -20,6 +20,7 @@ build: # name of task
|
||||
tags: # Tags are used to choose correct gitlab-runner
|
||||
- shell # spaceti-runner server has running runners and one has tag 'hw'
|
||||
script: # run in bash
|
||||
- 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