Skip to content

Commit

Permalink
Extend PHP builds to github actions 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Apr 26, 2024
1 parent 80f2f26 commit f5fe43a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
include:
- arch: x86_64
optimizations: -DED25519_REF10=OFF -DED25519_AMD64_RADIX_64_24K=ON
should_test: true
- arch: arm64
optimizations: -DED25519_REF10=ON
should_test: false
name: PHP ${{ matrix.php-version }} build on ${{ matrix.os }} for arch ${{ matrix.arch }}
steps:
- name: Install PHP ${{ matrix.php-version }}
Expand Down Expand Up @@ -46,6 +48,7 @@ jobs:
- name: Build project
run: cmake --build build -- -j$(sysctl -n hw.physicalcpu)
- name: Test project
if: ${{ matrix.should_test }}
working-directory: build
run: ctest --verbose
- name: Package project
Expand Down

0 comments on commit f5fe43a

Please sign in to comment.