Skip to content

Commit

Permalink
Merge pull request #4 from geromeysmael-zip-owner-zip/github-actions
Browse files Browse the repository at this point in the history
commits
  • Loading branch information
portintegration authored Dec 27, 2020
2 parents bfbfafa + 306bcc1 commit bbd1541
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflow/build_test_generate_format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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

0 comments on commit bbd1541

Please sign in to comment.