未验证 提交 74457298 编写于 作者: D Derek Bailey 提交者: GitHub

Create build_test_generate_format.yml

上级 a0da0c08
name: Build and Test Flatc, Generate Code and Clang Format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make
run: make
- name: flattests
run: flattests
- name: generate code
run: ./tests/generate_code.sh
- name: clang format
run: . src/clang-format-all.sh
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册