We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2efbd commit dd2a651Copy full SHA for dd2a651
.github/workflows/sdk_build.yml
@@ -142,7 +142,7 @@ jobs:
142
if: startsWith(matrix.os, 'windows')
143
shell: bash
144
run: |
145
- # ./build_windows_x64.bat ${{ github.event.inputs.additional_cmake_flags }}
+ # ./build_windows_x64.bat ${{ github.event.inputs.additional_cmake_flags }} TODO convert to python script
146
mkdir ${{ matrix.build_dir }}
147
pushd ${{ matrix.build_dir }}
148
cmake .. -G "Visual Studio 16 2019" -A x64 -DFIREBASE_CPP_SDK_DIR="${FIREBASE_CPP_SDK_DIR}" -DUNITY_ROOT_DIR="${{ matrix.unity_install_dir }}" -DSWIG_DIR="$(swig -swiglib)" ${{ github.event.inputs.additional_cmake_flags }}
0 commit comments