@@ -89,40 +89,35 @@ debian:testing:meson:
89
89
image : $AMD64_DEBIAN_TESTING
90
90
before_script :
91
91
- apt-get update -y
92
- - apt-get install -y gcc meson python3-distutils python3-pip valgrind
93
- - pip3 install pytest
92
+ - apt-get install -y gcc meson python3-distutils python3-pytest valgrind
94
93
95
94
debian:testing:cmake:debug :
96
95
extends : " .cmake_test_debug"
97
96
image : $AMD64_DEBIAN_TESTING
98
97
before_script :
99
98
- apt-get update -y
100
- - apt-get install -y gcc make python3-pip cmake valgrind
101
- - pip3 install pytest
99
+ - apt-get install -y gcc make python3-pytest cmake valgrind
102
100
103
101
debian:testing:cmake :
104
102
extends : " .cmake_test"
105
103
image : $AMD64_DEBIAN_TESTING
106
104
before_script :
107
105
- apt-get update -y
108
- - apt-get install -y gcc make python3-pip cmake valgrind
109
- - pip3 install pytest
106
+ - apt-get install -y gcc make python3-pytest cmake valgrind
110
107
111
108
debian:testing:cmake:shared_static :
112
109
extends : " .cmake_test_shared_static"
113
110
image : $AMD64_DEBIAN_TESTING
114
111
before_script :
115
112
- apt-get update -y
116
- - apt-get install -y gcc make python3-pip cmake valgrind
117
- - pip3 install pytest
113
+ - apt-get install -y gcc make python3-pytest cmake valgrind
118
114
119
115
debian:testing:cmake:static_only :
120
116
extends : " .cmake_test_static_only"
121
117
image : $AMD64_DEBIAN_TESTING
122
118
before_script :
123
119
- apt-get update -y
124
- - apt-get install -y gcc make python3-pip cmake valgrind
125
- - pip3 install pytest
120
+ - apt-get install -y gcc make python3-pytest cmake valgrind
126
121
127
122
ubuntu:bionic:meson :
128
123
extends : " .meson_test"
@@ -138,6 +133,7 @@ ubuntu:bionic:cmake:
138
133
before_script :
139
134
- apt-get update -y
140
135
- apt-get install -y gcc make python3-pip valgrind
136
+ - pip3 install --upgrade pip
141
137
- pip3 install pytest cmake
142
138
143
139
ubuntu:bionic:i386:meson :
@@ -154,6 +150,7 @@ ubuntu:bionic:i386:cmake:
154
150
before_script :
155
151
- apt-get update -y
156
152
- apt-get install -y gcc make python3-pip valgrind
153
+ - pip3 install --upgrade pip
157
154
- pip3 install pytest cmake
158
155
159
156
fedora:30:meson :
0 commit comments