File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ auto:
221221 - image : i686-gnu-1
222222 env :
223223 IMAGE : i686-gnu
224- SCRIPT : >
224+ SCRIPT : >-
225225 python3 ../x.py --stage 2 test
226226 --skip compiler
227227 --skip library
@@ -238,7 +238,7 @@ auto:
238238 - image : i686-gnu-2
239239 env :
240240 IMAGE : i686-gnu
241- SCRIPT : >
241+ SCRIPT : >-
242242 python3 ../x.py --stage 2 test
243243 --skip tests
244244 --skip src
@@ -249,7 +249,7 @@ auto:
249249 - image : i686-gnu-nopt-1
250250 env :
251251 IMAGE : i686-gnu-nopt
252- SCRIPT : >
252+ SCRIPT : >-
253253 python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
254254 python3 ../x.py --stage 2 test
255255 --skip compiler
@@ -263,7 +263,7 @@ auto:
263263 - image : i686-gnu-nopt-2
264264 env :
265265 IMAGE : i686-gnu-nopt
266- SCRIPT : >
266+ SCRIPT : >-
267267 python3 ../x.py --stage 2 test
268268 --skip tests
269269 --skip src
You can’t perform that action at this time.
0 commit comments