We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732741d commit e3a7a5aCopy full SHA for e3a7a5a
.gitlab-ci.yml
@@ -32,12 +32,12 @@ stages:
32
- deploy
33
34
Fedora:
35
- image: fedora:28
+ image: fedora:latest
36
<<: *default_config
37
<<: *distro_build
38
39
Fedora_MinGW:
40
- image: fedora:29
41
before_script:
42
- dnf -y upgrade
43
- dnf -y install mingw64-gcc-c++ mingw64-filesystem mingw64-expat mingw64-zlib cmake make
@@ -70,7 +70,7 @@ OpenSUSE:
70
71
72
Install:
73
74
stage: deploy
75
76
script:
@@ -82,7 +82,7 @@ Install:
82
- EXIV2_BINDIR=/usr/bin/ make tests
83
84
pages:
85
86
87
88
0 commit comments