fixing problem with build

This commit is contained in:
Filip Bucek 2019-11-13 08:17:15 +01:00
parent 4983bbb782
commit 549ba2abe2

View File

@ -20,6 +20,7 @@ build: # name of task
tags: # Tags are used to choose correct gitlab-runner tags: # Tags are used to choose correct gitlab-runner
- shell # spaceti-runner server has running runners and one has tag 'hw' - shell # spaceti-runner server has running runners and one has tag 'hw'
script: # run in bash script: # run in bash
- if [ -d build ]; then rm -rf build; fi
- mkdir -p build - mkdir -p build
- cd build - cd build
- qmake $PRO_FILE - qmake $PRO_FILE