File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 run : |
6262 sudo apt-get update
6363 sudo apt-get install -y g++-${{ matrix.gccver }}
64- sudo apt-get clean
64+
65+ - name : ' Install Debian devscripts (Ubuntu-24.04 only)'
66+ if : startsWith(matrix.os, 'ubuntu-24.04')
67+ run : |
68+ sudo apt-get install -y --no-install-recommends devscripts
6569
6670 - name : ' Switch to newest available Xcode (macOS only)'
6771 if : startsWith(matrix.os, 'macos')
7781
7882 - name : Build
7983 run : cmake --build ${{github.workspace}}/build -j1
84+ # env:
85+ # VERBOSE: 1
86+
87+ # TODO: Look at https://github.com/microsoft/binskim as well?
88+ - name : ' Run hardening-check on main binary (Ubuntu-24.04 only)'
89+ if : startsWith(matrix.os, 'ubuntu-24.04')
90+ run : |
91+ hardening-check ${{github.workspace}}/build/bin/scummtr
Original file line number Diff line number Diff line change 2424 run : |
2525 sudo apt-get -qq update
2626 sudo apt-get -qq install -o=Dpkg::Use-Pty=0 -y mandoc
27- sudo apt-get clean
2827 dpkg-query -W -f='\nCurrent mandoc is ${binary:Package} ${Version}\n' mandoc
2928
3029 - name : Run mandoc linter
You can’t perform that action at this time.
0 commit comments