mirror of
https://github.com/Telecominfraproject/oopt-tai-implementations.git
synced 2026-01-27 10:22:04 +00:00
17 lines
333 B
YAML
17 lines
333 B
YAML
name: ci
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: crazy-max/ghaction-docker-buildx@v1
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
submodules: true
|
|
- run: make -C tai_mux ci
|
|
- run: make -C tai_sff ci
|