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 aaba785

Browse files
makefile_V1.yml
An archive of the first version of the makefile workflow file for this project.
1 parent cf82194 commit aaba785

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
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 によって変換されたページ (->オリジナル) /