mirror of
https://github.com/Telecominfraproject/oopt-tai-implementations.git
synced 2026-01-27 02:21:54 +00:00
ci: move to github action
Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
This commit is contained in:
16
.github/workflows/ci.yml
vendored
Normal file
16
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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 builder
|
||||
- run: TAI_DOCKER_RUN_OPTION='--rm' TAI_DOCKER_CMD='make test' make -C tai_mux cmd
|
||||
Reference in New Issue
Block a user