ci: move to github action

Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>
This commit is contained in:
Wataru Ishida
2020-06-27 01:28:13 +00:00
parent b2a1b7f69d
commit e59bd0bcf8
3 changed files with 21 additions and 13 deletions

16
.github/workflows/ci.yml vendored Normal file
View 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