diff options
author | Ivan Komissarov <abbapoh@gmail.com> | 2020-02-06 09:54:23 +0100 |
---|---|---|
committer | Ivan Komissarov <ABBAPOH@gmail.com> | 2020-02-06 11:27:43 +0000 |
commit | 58846b6286ac064e4a5b31129851335526a19989 (patch) | |
tree | e951cc7d9854b8dd8f080a358d357557e8604374 /.travis.yml | |
parent | cdacd086f8699bf811d885dcd72aee9f16c6e894 (diff) | |
download | qbs-58846b6286ac064e4a5b31129851335526a19989.tar.gz |
Fix Qt base profile for Mac jobs
Some GCC tests were skipped on Mac because of the empty qbs.toolchain
value
Change-Id: I977eecad416ffd074f6e997c71da12c0a4ee8ace
Reviewed-by: Richard Weickelt <richard@weickelt.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3a504e304..47a103a62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,7 +96,7 @@ jobs: - ccache -s - qbs setup-toolchains --detect - qbs setup-qt ${QMAKE_PATH} qt - - qbs config qt.baseProfile xcode-macosx-x86_64 + - qbs config profiles.qt.baseProfile xcode-macosx-x86_64 - qbs config defaultProfile qt - qbs config --list profiles - scripts/build-qbs-with-qbs.sh |