Skip to content

Commit

Permalink
bat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Aug 28, 2022
1 parent 81c1249 commit 8d83809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,19 @@ jobs:
- name: Build native lib
working-directory: packages
run: |
bat "cd cinterop\src\jvmMain && ^
cd cinterop\src\jvmMain && ^
rmdir /s /q windows-build-dir & mkdir windows-build-dir && ^
cd windows-build-dir && ^
\"${tool 'cmake'}\" ^
cmake ^
-DCMAKE_GENERATOR_PLATFORM=x64 ^
-DCMAKE_BUILD_TYPE=Release ^
-DREALM_ENABLE_SYNC=ON ^
-DCMAKE_TOOLCHAIN_FILE=c:\src\vcpkg\scripts\buildsystems\vcpkg.cmake
-DCMAKE_SYSTEM_VERSION=8.1 ^
-DREALM_NO_TESTS=1 ^
-DVCPKG_TARGET_TRIPLET=x64-windows-static ^
${cmakeDefinitions} ..\..\jvm && ^
\"${tool 'cmake'}\" --build . --config Release"
..\..\jvm && ^
cmake --build . --config Release
# def cmakeOptions = [
# CMAKE_GENERATOR_PLATFORM: 'x64',
Expand Down

0 comments on commit 8d83809

Please sign in to comment.