Skip to content

Commit

Permalink
added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joancmp committed Mar 23, 2020
1 parent 50c4558 commit 8ea712a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export AWS_ACCESS_KEY_ID := foo
export AWS_SECRET_ACCESS_KEY := bar
export AWS_CSM_ENABLED := false
export AWS_REGION := current
export AWS_BUCKET := default

tests:
bin/phpunit
bin/phpspec run
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ __*Note:*__ Use stream functions for big files.
* Fork the repo.
* Fix an issue or add a new adapter or improve something or whatever you want.
* Follow the PSR-2 style.
* Run the tests. (add more tests if is needed).
* Run `make tests`. (add more tests if is needed).
* Make a pull request.

0 comments on commit 8ea712a

Please sign in to comment.