mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-08-01 10:56:06 +00:00
Delete .github/workflows/makefile.yml
This commit is contained in:
parent
86a7af0be9
commit
1728c3fb3d
27
.github/workflows/makefile.yml
vendored
27
.github/workflows/makefile.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
name: Makefile CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
|
|
||||||
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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user