Skip to content

Commit

Permalink
Binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 1, 2023
1 parent 7bdeafb commit dcda034
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions build-ci-linux-arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ SPC_USE_ARCH=aarch64 ./bin/spc-alpine-docker build dom,phar --build-micro
cat buildroot/bin/micro.sfx ../bin/svgtinyps.phar > "../bin/$binary_name"
chmod 0755 "../bin/$binary_name"

## Check if it's working !
#cd ../../
#./build/bin/"$binary_name" help
3 changes: 0 additions & 3 deletions build-ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ CACHE_API_EXEC=yes ./bin/spc-alpine-docker download --with-php=8.2 --for-extensi
cat buildroot/bin/micro.sfx ../bin/svgtinyps.phar > "../bin/$binary_name"
chmod 0755 "../bin/$binary_name"

# Check if it's working !
cd ../../
./build/bin/"$binary_name" help
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ cd ../
# Build binary
./static-php-cli/bin/spc micro:combine bin/svgtinyps.phar --output="bin/$binary_name"
chmod 0755 "bin/$binary_name"

# Check if it's working !
cd ../
./build/bin/"$binary_name" help

0 comments on commit dcda034

Please sign in to comment.