Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
642f14ac
Commit
642f14ac
authored
Jul 04, 2019
by
Albert Astals Cid
Browse files
Add a Ubuntu 18.04 CI
It matches quite well our min Qt and KF5 requirements
parent
5e6649c3
Pipeline
#4848
passed with stage
in 6 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
642f14ac
build_ubuntu_18_04
:
image
:
ubuntu:bionic
before_script
:
-
sed -i -e 's/# deb-src/deb-src/g' /etc/apt/sources.list
-
apt-get update
-
apt-get build-dep --yes --no-install-recommends okular
-
apt-get install --yes --no-install-recommends ninja-build libkf5crash-dev
script
:
-
mkdir -p build && cd build
-
cmake -G Ninja ..
-
ninja
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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