/[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.5 by sysadm, Sun Nov 16 13:36:52 2025 UTC Revision 1.6 by sysadm, Mon Nov 17 03:55:49 2025 UTC
# Line 26  jobs: Line 26  jobs:
26        run: gcc -v        run: gcc -v
27    
28      - name: configure      - name: configure
29        run: ./configure --enable-systemd        run: ./configure --enable-systemd --disable-silent-rules
30    
31      - name: Run make      - name: Run make
32        run: make V=1        run: make
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