mirror of https://github.com/cutefishos/calamares
CI: for now, switch off PythonQt
parent
3b82e655d7
commit
f73f4bdea2
@ -0,0 +1,12 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue