mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Merge remote-tracking branch 'origin/master' into arm64
This commit is contained in:
8
.github/workflows/library_shared.yml
vendored
8
.github/workflows/library_shared.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user