[poppler] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Oct 26 21:05:13 UTC 2021
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b8fd5b275b7f0ed1f9460db16e7c5a569ded3d35
Author: Albert Astals Cid <aacid at kde.org>
Date: Tue Oct 26 22:56:56 2021 +0200
CI: Also compile the qt6 frontend code in mingw
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04a6c9e5..6d811fd9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,7 @@ build_mingw64_fedora35:
before_script:
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y mingw64-poppler
- - dnf -y install glibc-langpack-en make ninja-build mingw64-boost mingw64-curl
+ - dnf -y install glibc-langpack-en make ninja-build mingw64-boost mingw64-curl mingw64-qt6-qtbase
script:
- mkdir -p build && cd build
- mingw64-cmake -G Ninja ..
More information about the poppler
mailing list