Skip to content

Commit 87d35f3

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

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.cirrus.yml

+9-9
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:
@@ -111,7 +111,7 @@ task:
111111
- env:
112112
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
113113
test_script:
114-
- ./ci/cirrus.sh
114+
- ./ci/ci.sh
115115
<< : *CAT_LOGS
116116

117117
task:
@@ -130,7 +130,7 @@ task:
130130
test_script:
131131
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
132132
- rm /etc/ld.so.cache
133-
- ./ci/cirrus.sh
133+
- ./ci/ci.sh
134134
<< : *CAT_LOGS
135135

136136
task:
@@ -150,7 +150,7 @@ task:
150150
- env: {}
151151
- env: {EXPERIMENTAL: yes, ASM: arm32}
152152
test_script:
153-
- ./ci/cirrus.sh
153+
- ./ci/ci.sh
154154
<< : *CAT_LOGS
155155

156156
task:
@@ -167,7 +167,7 @@ task:
167167
ELLSWIFT: yes
168168
CTIMETESTS: no
169169
test_script:
170-
- ./ci/cirrus.sh
170+
- ./ci/ci.sh
171171
<< : *CAT_LOGS
172172

173173
task:
@@ -184,7 +184,7 @@ task:
184184
ELLSWIFT: yes
185185
CTIMETESTS: no
186186
test_script:
187-
- ./ci/cirrus.sh
187+
- ./ci/ci.sh
188188
<< : *CAT_LOGS
189189

190190
# Sanitizers
@@ -228,7 +228,7 @@ task:
228228
HOST: i686-linux-gnu
229229
CC: i686-linux-gnu-gcc
230230
test_script:
231-
- ./ci/cirrus.sh
231+
- ./ci/ci.sh
232232
<< : *CAT_LOGS
233233

234234
# Memory sanitizers
@@ -255,7 +255,7 @@ task:
255255
ECMULTWINDOW: 2
256256
CFLAGS: "-fsanitize=memory -g -O3"
257257
test_script:
258-
- ./ci/cirrus.sh
258+
- ./ci/ci.sh
259259
<< : *CAT_LOGS
260260

261261
task:
@@ -271,7 +271,7 @@ task:
271271
SCHNORRSIG: yes
272272
ELLSWIFT: yes
273273
test_script:
274-
- ./ci/cirrus.sh
274+
- ./ci/ci.sh
275275
<< : *CAT_LOGS
276276

277277
task:

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
tag: linux-debian-image
9999
command: >
100100
git config --global --add safe.directory ${{ github.workspace }} &&
101-
./ci/cirrus.sh
101+
./ci/ci.sh
102102
103103
- run: cat tests.log || true
104104
if: ${{ always() }}
@@ -156,7 +156,7 @@ jobs:
156156
157157
- name: CI script
158158
env: ${{ matrix.env_vars }}
159-
run: ./ci/cirrus.sh
159+
run: ./ci/ci.sh
160160

161161
- run: cat tests.log || true
162162
if: ${{ always() }}

ci/cirrus.sh ci/ci.sh

File renamed without changes.

0 commit comments

Comments
 (0)