2018-08-10 13:09:28 +02:00
|
|
|
# Build configuration on Travis.
|
|
|
|
#
|
2020-08-21 23:19:41 +02:00
|
|
|
# SPDX-FileCopyrightText: 2018 Adriaan de Groot <groot@kde.org>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#
|
2018-08-10 13:09:28 +02:00
|
|
|
# Defines a CMAKE_ARGS variable for use with cmake
|
|
|
|
#
|
|
|
|
# This file is sourced by travis.sh, and exports the variables
|
|
|
|
# to the environment.
|
|
|
|
CMAKE_ARGS="\
|
2018-12-11 15:40:02 +01:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2018-08-10 13:09:28 +02:00
|
|
|
-DWEBVIEW_FORCE_WEBKIT=1 \
|
|
|
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
|
|
|
-DWITH_PYTHONQT=OFF"
|
|
|
|
|
|
|
|
export CMAKE_ARGS
|