Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2020-11-07 15:40:22 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commitb0676302fbc5ed7c96a17289732b531e8cb76763 (patch)
tree039cbef621235c22c61abdb62dd4c56da6df7ef8 /.github
parent247523c0cf2ae57892e851d5d7b8edaf3348732e (diff)
ci: switch centos7 to github actions
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/centos-test.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/centos-test.yml b/.github/workflows/centos-test.yml
new file mode 100644
index 000000000..41b1f3a6e
--- /dev/null
+++ b/.github/workflows/centos-test.yml
@@ -0,0 +1,15 @@
+name: CentOS Test
+
+on: [push, pull_request]
+
+jobs:
+ build:
+ runs-on: ubuntu-20.04
+ strategy:
+ matrix:
+ target: [centos7]
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Run CentOS ${{ matrix.target }} Test
+ run: sudo -E make -C scripts/ci ${{ matrix.target }}