Skip to content

Commit

Permalink
Update not use z
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Dec 1, 2023
1 parent cd3e17f commit 0dbd15a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir CPP/build
cd CPP/build
cmake .. -DBUILD_SHARED_LIBS=ON
cmake .. -DBUILD_SHARED_LIBS=ON -DCLIPPER2_USINGZ=OFF
cmake --build . --config Release --target Clipper2
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
mkdir CPP/build
cd CPP/build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release -DCLIPPER2_USINGZ=OFF
cmake --build . --config Release --target Clipper2
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand All @@ -70,7 +70,8 @@ jobs:
-DCMAKE_SYSTEM_NAME=iOS \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.0 \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DCLIPPER2_USINGZ=OFF
cmake --build . --config Release --target Clipper2
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -106,7 +107,8 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake \
-DANDROID_NATIVE_API_LEVEL=24 \
-DANDROID_TOOLCHAIN=clang \
-DANDROID_ABI=arm64-v8a
-DANDROID_ABI=arm64-v8a \
-DCLIPPER2_USINGZ=OFF
cmake --build . --config Release --target Clipper2
ls
- name: Archive production artifacts
Expand Down

0 comments on commit 0dbd15a

Please sign in to comment.