/[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.8 by sysadm, Sun Jan 4 13:55:33 2026 UTC
# 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