Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Wed Jul 16 06:02:07 2025 UTC | Revision 1.9 by sysadm, Sun Jan 18 09:14:35 2026 UTC | |
|---|---|---|
| # | Line 2 name: Makefile CI | Line 2 name: Makefile CI |
| 2 | ||
| 3 | on: | on: |
| 4 | push: | push: |
| 5 | branches: [ "main" ] | branches: [ "v1.7" ] |
| 6 | pull_request: | pull_request: |
| 7 | branches: [ "main" ] | branches: [ "v1.7" ] |
| 8 | ||
| 9 | jobs: | jobs: |
| 10 | build: | build: |
| # | Line 15 jobs: | Line 15 jobs: |
| 15 | - uses: actions/checkout@v4 | - uses: actions/checkout@v4 |
| 16 | ||
| 17 | - name: autogen | - name: autogen |
| 18 | run: sh autogen.sh | run: autoreconf --install --force |
| 19 | ||
| 20 | - name: Install dependencies | - name: Install dependencies |
| 21 | run: | | run: | |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |