Skip to content
Snippets Groups Projects
Unverified Commit 5a993fb9 authored by Adrien Béraud's avatar Adrien Béraud Committed by GitHub
Browse files

Create ccpp.yml

parent 8a18c591
No related branches found
No related tags found
No related merge requests found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment