File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
- docker
7
7
8
8
before_install :
9
- - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
9
+ - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
10
10
- chmod +x docker-build
11
11
12
12
install :
@@ -16,7 +16,7 @@ script:
16
16
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
17
17
18
18
env :
19
- - DISTRO="base/ archlinux"
19
+ - DISTRO="archlinux/base "
20
20
- DISTRO="debian:sid"
21
21
- DISTRO="fedora:29"
22
22
- DISTRO="ubuntu:18.10"
@@ -34,6 +34,8 @@ requires:
34
34
- libwnck3
35
35
- make
36
36
- mate-common
37
+ - which
38
+
37
39
debian :
38
40
- git # Required to generate the ChangeLog file
39
41
- gobject-introspection
@@ -57,6 +59,7 @@ requires:
57
59
- mate-common
58
60
- quilt
59
61
- shared-mime-info
62
+
60
63
fedora :
61
64
# Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
62
65
- git # Required to generate the ChangeLog file
@@ -67,6 +70,7 @@ requires:
67
70
- libwnck3-devel
68
71
- mate-common
69
72
- mate-desktop-devel
73
+
70
74
ubuntu :
71
75
- git # Required to generate the ChangeLog file
72
76
- gobject-introspection
@@ -90,7 +94,9 @@ requires:
90
94
- mate-common
91
95
- quilt
92
96
- shared-mime-info
97
+
93
98
variables :
94
- - CFLAGS="-Wall"
99
+ - CFLAGS="-Wall -Werror=format-security"
100
+
95
101
after_scripts :
96
102
- make distcheck
You can’t perform that action at this time.
0 commit comments