/[LeafOK_CVS]/lbbs/.github/workflows/makefile.yml
ViewVC logotype

Diff of /lbbs/.github/workflows/makefile.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Sat Jul 5 01:21:17 2025 UTC Revision 1.10 by sysadm, Sat Jan 24 15:26:22 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    concurrency:
10      group: ${{ github.workflow }}-${{ github.ref }}
11      cancel-in-progress: true
12    
13  jobs:  jobs:
14    build:    build:
# Line 15  jobs: Line 19  jobs:
19      - uses: actions/checkout@v4      - uses: actions/checkout@v4
20    
21      - name: autogen      - name: autogen
22        run: sh autogen.sh        run: autoreconf --install --force
23    
24        - name: Install dependencies
25          run: |
26            sudo apt-get update
27            sudo apt-get install -y libssh-dev libsystemd-dev
28              
29      - name: configure      - name: configure
30        run: ./configure        run: ./configure
31    
32      - name: Install dependencies      - name: Run make
33        run: make        run: make
34    
35      - name: Run check      - name: Run check


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1