mirror of https://github.com/statping/statping
Updated Makefile (markdown)
parent
3fe8d621fa
commit
fcf439972b
31
Makefile.md
31
Makefile.md
|
@ -1 +1,30 @@
|
||||||
cypress-test
|
Here's a simple list of Makefile commands you can run using `make`. The [Makefile](https://github.com/hunterlong/statup/blob/master/Makefile) may change often, so i'll try to keep this Wiki up-to-date.
|
||||||
|
|
||||||
|
- Ubuntu `apt-get install build-essential`
|
||||||
|
- MacOSX `sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer`
|
||||||
|
- Windows [Install Guide for GNU make utility](http://gnuwin32.sourceforge.net/packages/make.htm)
|
||||||
|
- CentOS/RedHat `yum groupinstall "Development Tools"`
|
||||||
|
|
||||||
|
### Commands
|
||||||
|
```bash
|
||||||
|
make build # build the binary
|
||||||
|
make install
|
||||||
|
make run
|
||||||
|
make test
|
||||||
|
make coverage
|
||||||
|
make docs
|
||||||
|
# Building Statup
|
||||||
|
make build-all
|
||||||
|
make build-alpine
|
||||||
|
make docker
|
||||||
|
make docker-run
|
||||||
|
make docker-dev
|
||||||
|
make docker-run-dev
|
||||||
|
make databases
|
||||||
|
make dep
|
||||||
|
make dev-deps
|
||||||
|
make clean
|
||||||
|
make compress
|
||||||
|
make cypress-install
|
||||||
|
make cypress-test
|
||||||
|
```
|
Loading…
Reference in New Issue