Skip to content

Commit

Permalink
makefile_V1.yml
Browse files Browse the repository at this point in the history
makefile_V1.yml
  • Loading branch information
seanpm2001 committed Dec 22, 2023
1 parent 7907d23 commit 440f438
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflowArchives/Makefile/makefile_V1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Makefile CI

on:
push:
branches: [ "AI2001_Category-Source_Code-SC-Mojo_Main-dev" ]
pull_request:
branches: [ "AI2001_Category-Source_Code-SC-Mojo_Main-dev" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: configure
run: ./configure

- name: Install dependencies
run: make

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck

0 comments on commit 440f438

Please sign in to comment.