Delete ccpp.yml

This commit is contained in:
Benjamin Kyd
2019-10-11 09:13:59 +01:00
committed by GitHub
parent c95d7599b2
commit 8354c517c9

View File

@@ -1,19 +0,0 @@
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