Skip to content

Commit

Permalink
Try windows build 9
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent a52b70c commit 0e8a049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Configure project
run: >
cmake -G"NMake Makefiles"
-Cconfigs/php-config.cmake
-DPHP_DEVEL_HOME=${{ env.PHP_DEVEL_HOME }}
-DVIRGIL_LIB_PYTHIA=OFF
-DCMAKE_BUILD_TYPE=Release
Expand All @@ -60,7 +61,7 @@ jobs:
-DENABLE_CLANGFORMAT=OFF
-Bbuild -S.
- name: Build project
run: cmake --build build --parallel %NUMBER_OF_PROCESSORS%
run: cmake --build build --parallel $NUMBER_OF_PROCESSORS
- name: Test project
working-directory: build
run: ctest --verbose
Expand Down

0 comments on commit 0e8a049

Please sign in to comment.