mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
13 lines
296 B
Bash
13 lines
296 B
Bash
|
# Build configuration on Travis.
|
||
|
#
|
||
|
# 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="\
|
||
|
-DWEBVIEW_FORCE_WEBKIT=1 \
|
||
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||
|
-DWITH_PYTHONQT=OFF"
|
||
|
|
||
|
export CMAKE_ARGS
|