Skip to content

Commit

Permalink
necessary,
Browse files Browse the repository at this point in the history
  • Loading branch information
matthes committed Mar 28, 2018
2 parents 99c3611 + f68895f commit 04e3d57
Show file tree
Hide file tree
Showing 8 changed files with 454 additions and 152 deletions.
15 changes: 15 additions & 0 deletions .kick.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Kickstart container config file - see https://gitub.com/c7lab/kickstart
# Run ./kickstart.sh to start a development-container for this project

version: 1

## Use Gaia-flavor (apache2 php7.1) see: https://github.com/c7lab/kickstart-flavor-gaia
from: "continue/kickstart-flavor-gaia"


command:
init:
- "composer update"

test:
- "./vendor/bin/tester -p /usr/bin/php -c test/php.ini --coverage ./build/logs/clover.xml --coverage-src ./src -s ./test/"
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,17 @@ a github issue.

__Keeping the tests green__: Please see / provide unit-tests. This project uses `nette/tester` for unit-testing.

This Project uses [kickstart](https://github.com/c7lab/kickstart)'s ready to use development
containers based on docker. Just run `./kickstart.sh` to run this project.

To start the development container

```bash
./kickstart.sh
```

To execute the tests run `kick test` inside the container. (See `.kick.yml`)


## About
Text-Template was written by Matthias Leuffen <http://leuffen.de>
Expand Down
Loading

0 comments on commit 04e3d57

Please sign in to comment.