File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 93
93
- env :
94
94
CC : clang-snapshot
95
95
test_script :
96
- - ./ci/cirrus .sh
96
+ - ./ci/ci .sh
97
97
<< : *CAT_LOGS
98
98
99
99
task :
@@ -110,7 +110,7 @@ task:
110
110
- env :
111
111
CC : clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
112
112
test_script :
113
- - ./ci/cirrus .sh
113
+ - ./ci/ci .sh
114
114
<< : *CAT_LOGS
115
115
116
116
task :
@@ -139,7 +139,7 @@ task:
139
139
brew_script :
140
140
- brew install automake libtool gcc
141
141
test_script :
142
- - ./ci/cirrus .sh
142
+ - ./ci/ci .sh
143
143
<< : *CAT_LOGS
144
144
<< : *CREDITS
145
145
@@ -159,7 +159,7 @@ task:
159
159
test_script :
160
160
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
161
161
- rm /etc/ld.so.cache
162
- - ./ci/cirrus .sh
162
+ - ./ci/ci .sh
163
163
<< : *CAT_LOGS
164
164
165
165
task :
@@ -179,7 +179,7 @@ task:
179
179
- env : {}
180
180
- env : {EXPERIMENTAL: yes, ASM: arm32}
181
181
test_script :
182
- - ./ci/cirrus .sh
182
+ - ./ci/ci .sh
183
183
<< : *CAT_LOGS
184
184
185
185
task :
@@ -196,7 +196,7 @@ task:
196
196
ELLSWIFT : yes
197
197
CTIMETESTS : no
198
198
test_script :
199
- - ./ci/cirrus .sh
199
+ - ./ci/ci .sh
200
200
<< : *CAT_LOGS
201
201
202
202
task :
@@ -213,7 +213,7 @@ task:
213
213
ELLSWIFT : yes
214
214
CTIMETESTS : no
215
215
test_script :
216
- - ./ci/cirrus .sh
216
+ - ./ci/ci .sh
217
217
<< : *CAT_LOGS
218
218
219
219
# Sanitizers
@@ -257,7 +257,7 @@ task:
257
257
HOST : i686-linux-gnu
258
258
CC : i686-linux-gnu-gcc
259
259
test_script :
260
- - ./ci/cirrus .sh
260
+ - ./ci/ci .sh
261
261
<< : *CAT_LOGS
262
262
263
263
# Memory sanitizers
@@ -283,7 +283,7 @@ task:
283
283
ECMULTWINDOW : 2
284
284
CFLAGS : " -fsanitize=memory -g -O3"
285
285
test_script :
286
- - ./ci/cirrus .sh
286
+ - ./ci/ci .sh
287
287
<< : *CAT_LOGS
288
288
289
289
task :
@@ -299,7 +299,7 @@ task:
299
299
SCHNORRSIG : yes
300
300
ELLSWIFT : yes
301
301
test_script :
302
- - ./ci/cirrus .sh
302
+ - ./ci/ci .sh
303
303
<< : *CAT_LOGS
304
304
305
305
task :
Original file line number Diff line number Diff line change 95
95
tag : linux-debian-wine-image
96
96
command : >
97
97
git config --global --add safe.directory ${{ github.workspace }} &&
98
- ./ci/cirrus .sh
98
+ ./ci/ci .sh
99
99
100
100
- run : cat tests.log || true
101
101
if : ${{ always() }}
@@ -174,7 +174,7 @@ jobs:
174
174
tag : linux-debian-wine-image
175
175
command : >
176
176
git config --global --add safe.directory ${{ github.workspace }} &&
177
- ./ci/cirrus .sh
177
+ ./ci/ci .sh
178
178
179
179
- run : cat tests.log || true
180
180
if : ${{ always() }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments