Skip to content

Commit

Permalink
ci: Rename cirrus.ci to more general ci.sh
Browse files Browse the repository at this point in the history
This makes sense in the process of moving stuff to GitHub Actions.
  • Loading branch information
hebasto committed Aug 12, 2023
1 parent 5fb22a3 commit f4347ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ task:
- env:
CC: clang-snapshot
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand All @@ -110,7 +110,7 @@ task:
- env:
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand Down Expand Up @@ -139,7 +139,7 @@ task:
brew_script:
- brew install automake libtool gcc
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS
<< : *CREDITS

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

task:
Expand All @@ -179,7 +179,7 @@ task:
- env: {}
- env: {EXPERIMENTAL: yes, ASM: arm32}
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand All @@ -196,7 +196,7 @@ task:
ELLSWIFT: yes
CTIMETESTS: no
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand All @@ -213,7 +213,7 @@ task:
ELLSWIFT: yes
CTIMETESTS: no
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

# Sanitizers
Expand Down Expand Up @@ -257,7 +257,7 @@ task:
HOST: i686-linux-gnu
CC: i686-linux-gnu-gcc
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

# Memory sanitizers
Expand All @@ -283,7 +283,7 @@ task:
ECMULTWINDOW: 2
CFLAGS: "-fsanitize=memory -g -O3"
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand All @@ -299,7 +299,7 @@ task:
SCHNORRSIG: yes
ELLSWIFT: yes
test_script:
- ./ci/cirrus.sh
- ./ci/ci.sh
<< : *CAT_LOGS

task:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
tag: linux-debian-wine-image
command: >
git config --global --add safe.directory ${{ github.workspace }} &&
./ci/cirrus.sh
./ci/ci.sh
- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
tag: linux-debian-wine-image
command: >
git config --global --add safe.directory ${{ github.workspace }} &&
./ci/cirrus.sh
./ci/ci.sh
- run: cat tests.log || true
if: ${{ always() }}
Expand Down
File renamed without changes.

0 comments on commit f4347ce

Please sign in to comment.