mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
CI: rename 'travis' to 'ci'
CRIU is already using multiple CI systems and not just Travis. This renames all Travis related things to 'ci' to show it is actually independent of Travis. Just a simple rename. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
f68da4a86f
commit
e7cbeddff3
24 changed files with 39 additions and 39 deletions
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
ref: ${{ matrix.branches }}
|
||||
- name: Run Cross Compilation Targets
|
||||
run: >
|
||||
sudo make -C scripts/travis ${{ matrix.target }}
|
||||
sudo make -C scripts/ci ${{ matrix.target }}
|
||||
|
|
|
|||
2
.github/workflows/cross-compile-daily.yml
vendored
2
.github/workflows/cross-compile-daily.yml
vendored
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
ref: ${{ matrix.branches }}
|
||||
- name: Run Cross Compilation Targets
|
||||
run: >
|
||||
sudo make -C scripts/travis ${{ matrix.target }}
|
||||
sudo make -C scripts/ci ${{ matrix.target }}
|
||||
|
|
|
|||
2
.github/workflows/cross-compile-mips.yml
vendored
2
.github/workflows/cross-compile-mips.yml
vendored
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Run Cross Compilation Targets
|
||||
run: >
|
||||
sudo make -C scripts/travis ${{ matrix.target }}
|
||||
sudo make -C scripts/ci ${{ matrix.target }}
|
||||
|
|
|
|||
2
.github/workflows/cross-compile.yml
vendored
2
.github/workflows/cross-compile.yml
vendored
|
|
@ -14,4 +14,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Run Cross Compilation Targets
|
||||
run: >
|
||||
sudo make -C scripts/travis ${{ matrix.target }}
|
||||
sudo make -C scripts/ci ${{ matrix.target }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue