Skip to content

Commit

Permalink
Try windows build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent 17562bf commit e96eabc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-windows-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Configure project
run: >
cmake -G"NMake Makefiles"
-DVIRGIL_LIB_PYTHIA=OFF
-DCMAKE_BUILD_TYPE=Release
-DVIRGIL_PACKAGE_PLATFORM_ARCH=${{ matrix.arch }}
-DVIRGIL_PACKAGE_LANGUAGE_VERSION=${{ matrix.php-version }}
-DCPACK_OUTPUT_FILE_PREFIX=php
-DENABLE_CLANGFORMAT=OFF
-Bbuild -S.
-DVIRGIL_LIB_PYTHIA=OFF
-DCMAKE_BUILD_TYPE=Release
-DVIRGIL_PACKAGE_PLATFORM_ARCH=${{ matrix.arch }}
-DVIRGIL_PACKAGE_LANGUAGE_VERSION=${{ matrix.php-version }}
-DCPACK_OUTPUT_FILE_PREFIX=php
-DENABLE_CLANGFORMAT=OFF
-Bbuild -S.
- name: Build project
run: cmake --build build -- -j%NUMBER_OF_PROCESSORS%
- name: Test project
Expand Down

0 comments on commit e96eabc

Please sign in to comment.