Skip to content

Commit

Permalink
CI: create ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akimd committed Feb 15, 2020
1 parent b0e11f4 commit 5485990
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ccpp.yml
@@ -0,0 +1,17 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make -j2
- name: make distcheck
run: make -j2 distcheck

0 comments on commit 5485990

Please sign in to comment.