[poppler] .gitlab-ci.yml
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Jun 15 07:51:51 UTC 2023
.gitlab-ci.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit cd99989705824202d157c33d48c998e9818ea2f3
Author: Sune Vuorela <sune at vuorela.dk>
Date: Mon Jun 12 14:19:18 2023 +0200
Revert "Remove poppler mingw CI until it's fixed again"
This reverts commit 2dcbf58328e5acaafaa73dc2e601e5737c685789.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0e5f972..3b87969a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,6 +85,18 @@ build_ubuntu_20_04:
- ninja
- ctest --output-on-failure
+build_mingw64_fedora38:
+ stage: build
+ image: fedora:38
+ 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 mingw64-qt6-qtbase mingw64-gcc-c++
+ script:
+ - mkdir -p build && cd build
+ - mingw64-cmake -G Ninja ..
+ - ninja
+
build_clazy_clang15:
stage: build
script:
More information about the poppler
mailing list