Skip to content

Commit

Permalink
Create ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exoboosters committed Nov 26, 2019
1 parent d4f20bb commit d43774c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ccpp.yml
@@ -0,0 +1,19 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck

0 comments on commit d43774c

Please sign in to comment.