File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 64
64
if : startsWith(matrix.os, 'ubuntu')
65
65
run : |
66
66
schroot --chroot steamrt_scout_i386 -- cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DPOLLY=ON -B build -S . -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined" -DUSE_VGUI=${{ env.USE_VGUI }} -DCMAKE_INSTALL_PREFIX="$PWD/dist"
67
- if [ ${{ env.USE_VGUI == 'ON' }} ]; then cp vgui_support/vgui-dev/lib/vgui.so build/cl_dll ; fi
67
+ if [ ${{ env.USE_VGUI == 'ON' }} ]; then cp vgui_support/vgui-dev/lib/vgui.so build/cl_dll; cp vgui_support/vgui-dev/lib/vgui.so build ; fi
68
68
schroot --chroot steamrt_scout_i386 -- cmake --build build --target all
69
69
schroot --chroot steamrt_scout_i386 -- cmake --build build --target install
70
70
Original file line number Diff line number Diff line change 64
64
run : |
65
65
mkdir -p build/cl_dll
66
66
cp vgui_support/vgui-dev/lib/vgui.so build/cl_dll
67
+ cp vgui_support/vgui-dev/lib/vgui.so build
67
68
- name : Build on Linux
68
69
if : startsWith(matrix.os, 'ubuntu')
69
70
run : |
You can’t perform that action at this time.
0 commit comments