Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf82194

Browse files
makefile.yml [V1]
Version 1 of the makefile workflow file for this project.
1 parent 921ad81 commit cf82194

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎.github/workflows/makefile.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Makefile CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v3
16+
17+
- name: configure
18+
run: ./configure
19+
20+
- name: Install dependencies
21+
run: make
22+
23+
- name: Run check
24+
run: make check
25+
26+
- name: Run distcheck
27+
run: make distcheck

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /