Skip to content

Commit

Permalink
Try windows build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 27, 2024
1 parent 617ec84 commit 17562bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-php.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build-php-linux
name: build-linux-php
on:
push:
branches:
- "**"
tags:
- "*"
jobs:
build-php:
build-linux-php:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-php.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-php-macos
name: build-macos-php
on:
push:
branches:
Expand All @@ -9,7 +9,7 @@ on:
tags:
- "*"
jobs:
build-php-macos:
build-macos-php:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/build-windows-php.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build-php-linux
name: build-windows-php
on:
push:
branches:
- "**"
tags:
- "*"
jobs:
build-php:
build-windows-php:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -31,14 +31,14 @@ jobs:
with:
arch: ${{ matrix.arch }}
- 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 ^
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.
- name: Build project
run: cmake --build build -- -j%NUMBER_OF_PROCESSORS%
Expand Down

0 comments on commit 17562bf

Please sign in to comment.