Skip to content

Commit 7f69b9a

Browse files
committed
ci: Rename cirrus.ci to more general ci.sh
This makes sense in the process of moving stuff to GitHub Actions.
1 parent c72833e commit 7f69b9a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.cirrus.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ task:
9393
- env:
9494
CC: clang-snapshot
9595
test_script:
96-
- ./ci/cirrus.sh
96+
- ./ci/ci.sh
9797
<< : *CAT_LOGS
9898

9999
task:
@@ -110,7 +110,7 @@ task:
110110
- env:
111111
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
112112
test_script:
113-
- ./ci/cirrus.sh
113+
- ./ci/ci.sh
114114
<< : *CAT_LOGS
115115

116116
task:
@@ -139,7 +139,7 @@ task:
139139
brew_script:
140140
- brew install automake libtool gcc
141141
test_script:
142-
- ./ci/cirrus.sh
142+
- ./ci/ci.sh
143143
<< : *CAT_LOGS
144144
<< : *CREDITS
145145

@@ -159,7 +159,7 @@ task:
159159
test_script:
160160
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
161161
- rm /etc/ld.so.cache
162-
- ./ci/cirrus.sh
162+
- ./ci/ci.sh
163163
<< : *CAT_LOGS
164164

165165
task:
@@ -179,7 +179,7 @@ task:
179179
- env: {}
180180
- env: {EXPERIMENTAL: yes, ASM: arm32}
181181
test_script:
182-
- ./ci/cirrus.sh
182+
- ./ci/ci.sh
183183
<< : *CAT_LOGS
184184

185185
task:
@@ -196,7 +196,7 @@ task:
196196
ELLSWIFT: yes
197197
CTIMETESTS: no
198198
test_script:
199-
- ./ci/cirrus.sh
199+
- ./ci/ci.sh
200200
<< : *CAT_LOGS
201201

202202
task:
@@ -213,7 +213,7 @@ task:
213213
ELLSWIFT: yes
214214
CTIMETESTS: no
215215
test_script:
216-
- ./ci/cirrus.sh
216+
- ./ci/ci.sh
217217
<< : *CAT_LOGS
218218

219219
# Sanitizers
@@ -257,7 +257,7 @@ task:
257257
HOST: i686-linux-gnu
258258
CC: i686-linux-gnu-gcc
259259
test_script:
260-
- ./ci/cirrus.sh
260+
- ./ci/ci.sh
261261
<< : *CAT_LOGS
262262

263263
# Memory sanitizers
@@ -283,7 +283,7 @@ task:
283283
ECMULTWINDOW: 2
284284
CFLAGS: "-fsanitize=memory -g -O3"
285285
test_script:
286-
- ./ci/cirrus.sh
286+
- ./ci/ci.sh
287287
<< : *CAT_LOGS
288288

289289
task:
@@ -299,7 +299,7 @@ task:
299299
SCHNORRSIG: yes
300300
ELLSWIFT: yes
301301
test_script:
302-
- ./ci/cirrus.sh
302+
- ./ci/ci.sh
303303
<< : *CAT_LOGS
304304

305305
task:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
tag: linux-debian-wine-image
9696
command: >
9797
git config --global --add safe.directory ${{ github.workspace }} &&
98-
./ci/cirrus.sh
98+
./ci/ci.sh
9999
100100
- run: cat tests.log || true
101101
if: ${{ always() }}
@@ -174,7 +174,7 @@ jobs:
174174
tag: linux-debian-wine-image
175175
command: >
176176
git config --global --add safe.directory ${{ github.workspace }} &&
177-
./ci/cirrus.sh
177+
./ci/ci.sh
178178
179179
- run: cat tests.log || true
180180
if: ${{ always() }}
File renamed without changes.

0 commit comments

Comments
 (0)