@@ -12,12 +12,11 @@ jobs:
12
12
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
13
13
14
14
sudo apt-get update &&
15
- sudo rm /var/lib/apt/lists/lock &&
16
15
sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev apache2-bin &&
17
16
18
17
export CC=clang || exit 1
19
18
20
- ci/install-dependencies.sh
19
+ ci/install-dependencies.sh || exit 1
21
20
ci/run-build-and-tests.sh || {
22
21
ci/print-test-failures.sh
23
22
exit 1
@@ -44,11 +43,11 @@ jobs:
44
43
- bash : |
45
44
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
46
45
46
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
47
47
sudo apt-get update &&
48
- sudo rm /var/lib/apt/lists/lock &&
49
- sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev apache2-bin || exit 1
48
+ sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev apache2 language-pack-is git-svn gcc-8 || exit 1
50
49
51
- ci/install-dependencies.sh
50
+ ci/install-dependencies.sh || exit 1
52
51
ci/run-build-and-tests.sh || {
53
52
ci/print-test-failures.sh
54
53
exit 1
77
76
78
77
export CC=clang
79
78
80
- ci/install-dependencies.sh
79
+ ci/install-dependencies.sh || exit 1
81
80
ci/run-build-and-tests.sh || {
82
81
ci/print-test-failures.sh
83
82
exit 1
@@ -104,7 +103,7 @@ jobs:
104
103
- bash : |
105
104
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
106
105
107
- ci/install-dependencies.sh
106
+ ci/install-dependencies.sh || exit 1
108
107
ci/run-build-and-tests.sh || {
109
108
ci/print-test-failures.sh
110
109
exit 1
@@ -132,7 +131,6 @@ jobs:
132
131
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
133
132
134
133
sudo apt-get update &&
135
- sudo rm /var/lib/apt/lists/lock &&
136
134
sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev &&
137
135
138
136
export jobname=GETTEXT_POISON || exit 1
@@ -157,6 +155,7 @@ jobs:
157
155
158
156
- job : windows
159
157
displayName : Windows
158
+ condition : succeeded()
160
159
pool : Hosted
161
160
timeoutInMinutes : 240
162
161
steps :
@@ -275,7 +274,6 @@ jobs:
275
274
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
276
275
277
276
sudo apt-get update &&
278
- sudo rm /var/lib/apt/lists/lock &&
279
277
sudo apt-get install -y coccinelle &&
280
278
281
279
export jobname=StaticAnalysis &&
@@ -296,7 +294,6 @@ jobs:
296
294
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
297
295
298
296
sudo apt-get update &&
299
- sudo rm /var/lib/apt/lists/lock &&
300
297
sudo apt-get install -y asciidoc xmlto asciidoctor &&
301
298
302
299
export ALREADY_HAVE_ASCIIDOCTOR=yes. &&
0 commit comments