/[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.3 by sysadm, Wed Jul 16 06:02:07 2025 UTC Revision 1.4 by sysadm, Sat Oct 18 12:06:10 2025 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                        
25        - name: Display GCC version
26          run: gcc -v
27    
28      - name: configure      - name: configure
29        run: ./configure        run: ./configure
30    
31      - name: Run make      - name: Run make
32        run: make        run: make V=1
33    
34      - name: Run check      - name: Run check
35        run: make check        run: make check


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

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