Skip to content

Commit

Permalink
Debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Sep 7, 2024
1 parent a7ec545 commit 01709c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-ci-linux-arm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# Initialize default binary name
binary_name="svgtinyps"
Expand Down
1 change: 1 addition & 0 deletions build-ci-linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# Initialize default binary name
binary_name="svgtinyps"
Expand Down
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# Initialize default binary name
binary_name="svgtinyps"
Expand Down Expand Up @@ -47,7 +48,7 @@ cd ../
./static-php-cli/bin/spc doctor
./static-php-cli/bin/spc download --with-php="8.3" --for-extensions="dom,phar,zlib" --prefer-pre-built
./static-php-cli/bin/spc switch-php-version "8.3"
./static-php-cli/bin/spc build --build-micro "dom,phar,zlib"
./static-php-cli/bin/spc build --build-micro "dom,phar,zlib" --debug

# Build binary
./static-php-cli/bin/spc micro:combine bin/svgtinyps.phar --output="bin/$binary_name"
Expand Down

0 comments on commit 01709c2

Please sign in to comment.