Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
KMyMoney
Commits
d0b3bb16
Commit
d0b3bb16
authored
Feb 15, 2021
by
Dawid Wróbel
Browse files
Merge branch '5.1' into 38-coding-style-updates_5.1
parents
95d2fca8
6ae82ccc
Pipeline
#51075
passed with stage
in 11 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
d0b3bb16
# default KDe build env
include
:
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-extragear-linux.yml
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-extragear-freebsd.yml
# custom builds
build_local_ubuntu_2004
:
stage
:
build
image
:
ubuntu:20.04
variables
:
DEBIAN_FRONTEND
:
"
noninteractive"
before_script
:
-
echo "Installing dependencies."
-
sed -i -- 's/#[ ]*deb-src/deb-src/g' /etc/apt/sources.list
-
apt update
-
apt install -y apt-utils eatmydata
-
eatmydata apt build-dep -y kmymoney
-
eatmydata apt install -y qt5-default libsqlcipher-dev libqt5sql5-sqlite qtbase5-private-dev ninja-build
script
:
-
echo "Building."
-
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug
-
ninja
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment