/[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.7 by sysadm, Mon Nov 17 12:47:41 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 22  jobs: Line 22  jobs:
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