a-la-karte/kde-builder.yaml

25 lines
499 B
YAML
Raw Permalink Normal View History

# kde-builder configuration for A-La-Karte
# See https://kde-builder.kde.org/en/configuration/config-file-overview.html
config-version: 2
global:
branch-group: latest-kf6
install-dir: ~/kde/usr
source-dir: ~/kde/src
build-dir: ~/kde/build
log-dir: ~/kde/log
cmake-options:
- -DCMAKE_BUILD_TYPE=Debug
- -DQT_MAJOR_VERSION=6
num-cores: auto
num-cores-low-mem: 2
project alakarte:
repository: .
no-src: true
cmake-options:
- -DCMAKE_INSTALL_PREFIX=${install-dir}