File tree Expand file tree Collapse file tree
.github/actions/build-library-and-upload Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - id : build
1717 run : |
1818 rm -rf out
19- cmake --preset ${{ inputs.preset }} -DBUILD_SHARED_LIBS=ON
20-
21- echo " DEBUG: wslay headers "
22- find build/${{ inputs.preset }} -path "*wslay.h" -print || true
23- echo " DEBUG: submodules "
24- find submodules/vcpkg -path "*wslay.h" -print || true
25-
19+ cmake --preset ${{ inputs.preset }} -DBUILD_SHARED_LIBS=ON \
20+ -DCMAKE_CXX_FLAGS="-I${PWD}/build/${{ inputs.preset }}/vcpkg_installed/x64-linux-heroic/include"
2621 cmake --build ./build/${{ inputs.preset }} --config ${{ inputs.build-type }} --verbose
2722 cmake --install ./build/${{ inputs.preset }} --config ${{ inputs.build-type }}
2823 working-directory : ${{ inputs.nakama-cpp-path }}
3429 path="./out"
3530 for dir in "$path"/*/; do
3631 folder_name=$(basename "$dir")
37- echo "folder-name=$folder_name" >> $GITHUB_OUTPUT
32+ echo "folder-name=$folder_name" >> $GITHUB_OUTPUT
3833 done
3934 working-directory : ${{ inputs.nakama-cpp-path }}
4035 shell : bash
You can’t perform that action at this time.
0 commit comments