Skip to content

Commit

Permalink
Test build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Apr 10, 2024
1 parent 9ba6069 commit 78da621
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 169 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build

on:
push:

jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, gd
ini-values: error_reporting=E_ALL
tools: composer:v2
coverage: none

- name: Install dependencies
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader

- name: Run build
run: php artisan native:build -n mac
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0",
"phpro/grumphp": "^2.1",
"phpstan/phpstan": "^1.10",
Expand Down
169 changes: 1 addition & 168 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78da621

Please sign in to comment.