aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
blob: a0256ab81697e73bc562ca1f5a25402cd4a3b82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Version: 2
Configurations:
    # Build with latest Xcode
    -
        Id: 'macos-latest-xcode-x86_64-packaging-build'
        Template: 'qtci-macos-11.0-x86_64-100'
        Compiler: 'Clang'
        Features: ['Packaging', 'Sccache', 'DoNotRunTests']
        Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DFEATURE_headersclean=ON -DFEATURE_framework=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT={{.Env.POSTGRESQLBINPATH}}/..'
        Environment variables: [
            'NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
            'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
            ]