File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 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
63+ cp vgui_support/vgui-dev/lib/vgui.so build-vgui
6364 schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target all
6465 schroot --chroot steamrt_scout_i386 -- cmake --build build-vgui --target install
6566
Original file line number Diff line number Diff line change 6464 run : |
6565 mkdir -p build/cl_dll
6666 cp vgui_support/vgui-dev/lib/vgui.so build/cl_dll
67+ cp vgui_support/vgui-dev/lib/vgui.so build
6768 - name : Build on Linux
6869 if : startsWith(matrix.os, 'ubuntu')
6970 run : |
You can’t perform that action at this time.
0 commit comments