/[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.6 by sysadm, Mon Nov 17 03:55:49 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: |
22          sudo apt-get update          sudo apt-get update
23          sudo apt-get install -y libssh-dev libsystemd-dev          sudo apt-get install -y libssh-dev libsystemd-dev
24                        
     - name: Display GCC version  
       run: gcc -v  
   
25      - name: configure      - name: configure
26        run: ./configure --enable-systemd --disable-silent-rules        run: ./configure
27    
28      - name: Run make      - name: Run make
29        run: make        run: make


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

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