Unverified Commit ce344ce7 authored by Mouse's avatar Mouse Committed by GitHub

Create c-cpp.yml

Add GitHub workflow for CI
parent 08f40795
name: C/C++ CI
on:
push:
branches: [ vlm_master ]
pull_request:
branches: [ vlm_master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment