Skip to content

Commit

Permalink
chore: tools to test.phar
Browse files Browse the repository at this point in the history
  • Loading branch information
Niktux committed Jul 23, 2024
1 parent 13ce808 commit 825a478
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions makefiles/phar.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ box.phar:
clean-phar:
-rm box.phar
-rm karma.phar

test-phar: prepare-env phar restore-env ## Compile and run phar
docker run -it --rm --name karma_console \
-v ${HOST_SOURCE_PATH}:${CONTAINER_SOURCE_PATH} \
-w ${CONTAINER_SOURCE_PATH} \
-u ${USER_ID}:${GROUP_ID} \
${CONSOLE_IMAGE_NAME} \
php karma.phar hydrate $(CLI_ARGS)

0 comments on commit 825a478

Please sign in to comment.