mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
Add a Ubuntu 18.04 CI
It matches quite well our min Qt and KF5 requirements
This commit is contained in:
parent
5e6649c3b1
commit
642f14ac27
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
Loading…
Reference in a new issue