Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marek Kasik
poppler
Commits
dfcd9b8e
Commit
dfcd9b8e
authored
Jul 18, 2019
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: install glibc-langpack-en on fedora
parent
aa0f0d71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
dfcd9b8e
...
...
@@ -61,7 +61,7 @@ build_mingw64_fedora:
before_script
:
-
dnf install -y 'dnf-command(builddep)'
-
dnf builddep -y mingw64-poppler
-
dnf -y install mingw64-curl make ninja-build mingw64-openjpeg2-tools mingw32-openjpeg2-tools
-
dnf -y install
glibc-langpack-en
mingw64-curl make ninja-build mingw64-openjpeg2-tools mingw32-openjpeg2-tools
script
:
-
mkdir -p build && cd build
-
mingw64-cmake -G Ninja .. -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/include/
...
...
@@ -73,7 +73,7 @@ build_clazy:
before_script
:
-
dnf install -y 'dnf-command(builddep)'
-
dnf builddep -y poppler
-
dnf -y install curl make ninja-build openjpeg2-tools clazy clang redhat-rpm-config
-
dnf -y install
glibc-langpack-en
curl make ninja-build openjpeg2-tools clazy clang redhat-rpm-config
script
:
-
mkdir -p build && cd build
-
CC=clang CXX=clazy CXXFLAGS="-Werror -Wno-deprecated-declarations" cmake -DSPLASH_CMYK=ON -G Ninja ..
...
...
Write
Preview
Markdown
is supported
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