File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
5252 - name : Build on Linux
5353 if : startsWith(matrix.os, 'ubuntu')
5454 run : |
55- schroot --chroot steamrt_scout_i386 -- cmake -DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DCMAKE_INSTALL_PREFIX="$PWD/dist"
55+ schroot --chroot steamrt_scout_i386 -- cmake -GNinja - DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DCMAKE_INSTALL_PREFIX="$PWD/dist"
5656 schroot --chroot steamrt_scout_i386 -- cmake --build build --target all
5757 schroot --chroot steamrt_scout_i386 -- cmake --build build --target install
5858 - name : Build on Linux with vgui
5959 if : startsWith(matrix.os, 'ubuntu') && startsWith(matrix.cc, 'gcc')
6060 run : |
61- schroot --chroot steamrt_scout_i386 -- cmake -DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build-vgui -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DUSE_VGUI=ON -DCMAKE_INSTALL_PREFIX="$PWD/dist-vgui"
61+ schroot --chroot steamrt_scout_i386 -- cmake -GNinja - DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build-vgui -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DUSE_VGUI=ON -DCMAKE_INSTALL_PREFIX="$PWD/dist-vgui"
6262 cp vgui_support/vgui-dev/lib/vgui.so build-vgui/cl_dll
6363 schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target all
6464 schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target install
Original file line number Diff line number Diff line change 6767 - name : Build on Linux
6868 if : startsWith(matrix.os, 'ubuntu')
6969 run : |
70- schroot --chroot steamrt_scout_i386 -- cmake -B build -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DCMAKE_BUILD_TYPE=${{ github.event.inputs.buildtype }} -DCMAKE_INSTALL_PREFIX="$PWD/dist" -DUSE_VGUI=${{ github.event.inputs.usevgui }}
70+ schroot --chroot steamrt_scout_i386 -- cmake -GNinja - B build -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DCMAKE_BUILD_TYPE=${{ github.event.inputs.buildtype }} -DCMAKE_INSTALL_PREFIX="$PWD/dist" -DUSE_VGUI=${{ github.event.inputs.usevgui }}
7171 schroot --chroot steamrt_scout_i386 -- cmake --build build --target all
7272 schroot --chroot steamrt_scout_i386 -- cmake --build build --target install
7373
You can’t perform that action at this time.
0 commit comments