mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 11:35:33 +00:00
ci: move Fedora Rawhide based tests away from Travis
This moves Fedora Rawhide based tests away from Travis. To Github Actions for x86_64 and to Drone for aarch64. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
442dc65150
commit
41efd592ed
4 changed files with 33 additions and 8 deletions
12
.github/workflows/fedora-rawhide-test.yml
vendored
Normal file
12
.github/workflows/fedora-rawhide-test.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: Fedora Rawhide Test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Fedora Rawhide Test
|
||||
run: sudo -E make -C scripts/ci fedora-rawhide
|
||||
Loading…
Add table
Add a link
Reference in a new issue