aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-02-16 17:19:29 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2021-02-17 11:46:22 +0000
commit7b50dca83a5a75a5c24b5ef329f25990daf2ff50 (patch)
tree81010d35ef009f9b19534682a79bd82e053ba8a8
parent81ee001859f991dc61a53e3ba5e938724bf5b47e (diff)
GitHub actions: use empty qbs.installPrefix for release packagesv1.18.1
Change-Id: Ifddbebe4b3126d9f705df860622abd44bf5e5b7b Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 22ae206a6..5fe4c33de 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,7 +18,8 @@ jobs:
config:
- {
name: 'Build on Linux (gcc)',
- options: 'modules.cpp.compilerWrapper:ccache
+ options: 'qbs.installPrefix:""
+ modules.cpp.compilerWrapper:ccache
modules.qbs.debugInformation:true
modules.qbsbuildconfig.enableAddressSanitizer:false
modules.qbsbuildconfig.enableProjectFileUpdates:false
@@ -68,6 +69,7 @@ jobs:
timeout-minutes: 45
env:
BUILD_OPTIONS: |
+ qbs.installPrefix:""
modules.cpp.compilerWrapper:ccache
modules.qbs.debugInformation:true
modules.qbsbuildconfig.enableUnitTests:false