mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
16 lines
322 B
YAML
16 lines
322 B
YAML
name: Compat Tests
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
strategy:
|
|
matrix:
|
|
target: [GCC, CLANG]
|
|
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Run Compat Tests (${{ matrix.target }})
|
|
run: sudo -E make -C scripts/ci local COMPAT_TEST=y ${{ matrix.target }}=1
|