Switch AppImage to clang.
This commit is contained in:
parent
4a6fc76329
commit
28b09be6b4
14
.cirrus.yml
14
.cirrus.yml
|
@ -149,11 +149,12 @@ appimage_task_template: &APPIMAGE_TASK_TEMPLATE
|
||||||
- conan profile new valentina
|
- conan profile new valentina
|
||||||
- conan profile update settings.build_type=Release valentina
|
- conan profile update settings.build_type=Release valentina
|
||||||
- conan profile update settings.os=Linux valentina
|
- conan profile update settings.os=Linux valentina
|
||||||
|
- conan profile update settings.os_build=Linux valentina
|
||||||
- conan profile update settings.arch=x86_64 valentina
|
- conan profile update settings.arch=x86_64 valentina
|
||||||
- conan profile update settings.compiler=gcc valentina
|
- conan profile update settings.arch_build=x86_64 valentina
|
||||||
- conan profile update settings.compiler.cppstd=17 valentina
|
- conan profile update settings.compiler=clang valentina
|
||||||
- conan profile update settings.compiler.libcxx=libstdc++11 valentina
|
- conan profile update settings.compiler.libcxx=libstdc++11 valentina
|
||||||
- conan profile update settings.compiler.version=9 valentina
|
- conan profile update settings.compiler.version=10 valentina
|
||||||
- qbs setup-toolchains /usr/bin/${COMPILER} ${COMPILER}
|
- qbs setup-toolchains /usr/bin/${COMPILER} ${COMPILER}
|
||||||
- qbs setup-qt /opt/qt515/bin/qmake qt5
|
- qbs setup-qt /opt/qt515/bin/qmake qt5
|
||||||
- qbs config defaultProfile qt5
|
- qbs config defaultProfile qt5
|
||||||
|
@ -226,10 +227,9 @@ linux_task:
|
||||||
- container:
|
- container:
|
||||||
image: dismine/appimage-builder:latest
|
image: dismine/appimage-builder:latest
|
||||||
env:
|
env:
|
||||||
COMPILER: gcc
|
COMPILER: clang
|
||||||
QMAKE_SPEC: "linux-g++"
|
QMAKE_SPEC: "linux-clang"
|
||||||
GCC_COLORS: 'error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
COMPILER_REGEX: clang
|
||||||
COMPILER_REGEX: "gcc|g\\+\\+"
|
|
||||||
PIP_CACHE_DIR: ${HOME}/.cache/pip
|
PIP_CACHE_DIR: ${HOME}/.cache/pip
|
||||||
matrix:
|
matrix:
|
||||||
- name: 'AppImage'
|
- name: 'AppImage'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user