ci: Rename cirrus.sh
to more general ci.sh
This makes sense in the process of moving stuff to GitHub Actions.
This commit is contained in:
parent
d6281dd008
commit
87d35f30c0
18
.cirrus.yml
18
.cirrus.yml
@ -93,7 +93,7 @@ task:
|
|||||||
- env:
|
- env:
|
||||||
CC: clang-snapshot
|
CC: clang-snapshot
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -111,7 +111,7 @@ task:
|
|||||||
- env:
|
- env:
|
||||||
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
|
CC: clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -130,7 +130,7 @@ task:
|
|||||||
test_script:
|
test_script:
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
|
||||||
- rm /etc/ld.so.cache
|
- rm /etc/ld.so.cache
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -150,7 +150,7 @@ task:
|
|||||||
- env: {}
|
- env: {}
|
||||||
- env: {EXPERIMENTAL: yes, ASM: arm32}
|
- env: {EXPERIMENTAL: yes, ASM: arm32}
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -167,7 +167,7 @@ task:
|
|||||||
ELLSWIFT: yes
|
ELLSWIFT: yes
|
||||||
CTIMETESTS: no
|
CTIMETESTS: no
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -184,7 +184,7 @@ task:
|
|||||||
ELLSWIFT: yes
|
ELLSWIFT: yes
|
||||||
CTIMETESTS: no
|
CTIMETESTS: no
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
# Sanitizers
|
# Sanitizers
|
||||||
@ -228,7 +228,7 @@ task:
|
|||||||
HOST: i686-linux-gnu
|
HOST: i686-linux-gnu
|
||||||
CC: i686-linux-gnu-gcc
|
CC: i686-linux-gnu-gcc
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
# Memory sanitizers
|
# Memory sanitizers
|
||||||
@ -255,7 +255,7 @@ task:
|
|||||||
ECMULTWINDOW: 2
|
ECMULTWINDOW: 2
|
||||||
CFLAGS: "-fsanitize=memory -g -O3"
|
CFLAGS: "-fsanitize=memory -g -O3"
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@ -271,7 +271,7 @@ task:
|
|||||||
SCHNORRSIG: yes
|
SCHNORRSIG: yes
|
||||||
ELLSWIFT: yes
|
ELLSWIFT: yes
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/ci.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
|
||||||
task:
|
task:
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
|||||||
tag: linux-debian-image
|
tag: linux-debian-image
|
||||||
command: >
|
command: >
|
||||||
git config --global --add safe.directory ${{ github.workspace }} &&
|
git config --global --add safe.directory ${{ github.workspace }} &&
|
||||||
./ci/cirrus.sh
|
./ci/ci.sh
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
@ -156,7 +156,7 @@ jobs:
|
|||||||
|
|
||||||
- name: CI script
|
- name: CI script
|
||||||
env: ${{ matrix.env_vars }}
|
env: ${{ matrix.env_vars }}
|
||||||
run: ./ci/cirrus.sh
|
run: ./ci/ci.sh
|
||||||
|
|
||||||
- run: cat tests.log || true
|
- run: cat tests.log || true
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user