Skip to content

Commit

Permalink
Merge pull request #1 from leonmavr/CI
Browse files Browse the repository at this point in the history
Extend CI workflow
  • Loading branch information
leonmavr authored Feb 15, 2022
2 parents ba7c1d2 + c59a141 commit 2593e96
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
branches: [ master ]

jobs:
build:
all:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: make
- name: compile
run: make
- name: install
run: sudo make install
- name: codecheck
run: ./scripts/clang_format.sh --test

0 comments on commit 2593e96

Please sign in to comment.