aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-01-11 16:29:15 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-01-20 09:41:52 +0000
commit7df849cdf5818a621780d6ec07803b36a37bdfec (patch)
tree2cca1f306c940377625de5237e8b0f6b84937656 /.travis.yml
parent224c962627383778ea448fb6ea2022aea5357079 (diff)
travis: fix MSVC base profile
It is confusing that we set 32-bit base profile for the 64-bit Qt Change-Id: I91f69b7662698aefd3c09b203f9192251121d984 Reviewed-by: Richard Weickelt <richard@weickelt.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e0e1f4dfb..177cf87dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -131,7 +131,7 @@ jobs:
- clcache -s
- qbs setup-toolchains --detect
- qbs setup-qt ${QMAKE_PATH} qt
- - qbs config qt.baseProfile MSVC2017-x86
+ - qbs config qt.baseProfile MSVC2017-x64
- qbs config defaultProfile qt
- scripts/build-qbs-with-qbs.sh
- clcache -s