Delete ccpp.yml

pull/607/head
srg74 2020-01-18 20:04:15 -05:00 zatwierdzone przez GitHub
rodzic 4d646e67f3
commit 1c5742c7d4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 19 usunięć

Wyświetl plik

@ -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