Create ci.yml

This commit is contained in:
liyingxin
2021-09-05 00:41:13 +08:00
committed by GitHub
parent f2b28ebc77
commit e3384b588e

19
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: ci build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: make tutorial
run: make tutorial