Skip to content

Commit

Permalink
Updating packager and vendoring Burgomaster
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 5, 2015
1 parent ebe4470 commit 89a9b30
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 10 deletions.
9 changes: 2 additions & 7 deletions Makefile
Expand Up @@ -38,14 +38,9 @@ integ:
vendor/bin/phpunit --debug --testsuite=integ $(TEST)

# Packages the phar and zip
package: burgomaster
package:
time php build/packager.php $(SERVICE)

# Downloads a copy of Burgomaster
burgomaster:
mkdir -p build/artifacts
curl -s https://raw.githubusercontent.com/mtdowling/Burgomaster/0.0.2/src/Burgomaster.php > build/artifacts/Burgomaster.php

guide:
cd docs && make html

Expand Down Expand Up @@ -112,6 +107,6 @@ release: check-tag package
# Tags the repo and publishes a release.
full_release: tag release

.PHONY: help clean test coverage coverage-show integ package burgomaster\
.PHONY: help clean test coverage coverage-show integ package \
guide guide-show api-get-apigen api api-show api-package api-manifest \
check-tag tag release full-release clear-cache

0 comments on commit 89a9b30

Please sign in to comment.