Merge remote-tracking branch 'origin/master' into arm64

This commit is contained in:
Ian Bell
2024-12-07 12:37:46 -05:00

View File

@@ -65,6 +65,14 @@ jobs:
if: startsWith(matrix.os, 'windows')
run: cmake --build build_cdecl --target install -j $(nproc) --config ${{ env.BUILD_TYPE }}
- name: Configure CMake for 64bit Windows arm64
if: startsWith(matrix.os, 'windows')
run: cmake -B build_arm64 -S . -DCMAKE_BUILD_TYPE:STRING=${{ env.BUILD_TYPE }} -DCOOLPROP_SHARED_LIBRARY:BOOL=ON -A arm64
- name: Build with CMake for 64bit Windows arm64
if: startsWith(matrix.os, 'windows')
run: cmake --build build_arm64 --target install -j $(nproc) --config ${{ env.BUILD_TYPE }}
# - name: Tar.gz the shared library to maintain case sensitivy and file permissions
# working-directory: ./install_root/shared_library/