Delete .github/workflows directory
This commit is contained in:
@@ -1,27 +0,0 @@
|
|||||||
name: Makefile CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "cm-14.1" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "cm-14.1" ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: configure
|
|
||||||
run: ./configure
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: make
|
|
||||||
|
|
||||||
- name: Run check
|
|
||||||
run: make check
|
|
||||||
|
|
||||||
- name: Run distcheck
|
|
||||||
run: make distcheck
|
|
||||||
Reference in New Issue
Block a user