Unverified Commit 6a0bce9e authored by kokke's avatar kokke Committed by GitHub
Browse files

Create c-cpp.yml

parent cd58bb2d
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make clean
run: make clean
- name: make
run: make
- name: make test
run: make test
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