update
This commit is contained in:
parent
c61fac453d
commit
e4d9b74869
@ -16,6 +16,7 @@ notifications:
|
||||
|
||||
script:
|
||||
- make init
|
||||
- make build-mac
|
||||
- make start-mac
|
||||
- make build-linux
|
||||
- ls bin
|
||||
- make start-linux
|
||||
|
||||
|
6
Makefile
6
Makefile
@ -27,19 +27,19 @@ build-all: build-mac build-linux build-win
|
||||
start-linux: ;@echo "启动服务";
|
||||
./bin/fileboy-linux-amd64.bin help
|
||||
./bin/fileboy-linux-amd64.bin init
|
||||
cat filegirl.yaml
|
||||
./bin/fileboy-linux-amd64.bin version
|
||||
./bin/fileboy-linux-amd64.bin
|
||||
|
||||
start-mac: ;@echo "启动服务";
|
||||
./bin/fileboy-darwin-amd64.bin help
|
||||
./bin/fileboy-darwin-amd64.bin init
|
||||
cat filegirl.yaml
|
||||
./bin/fileboy-darwin-amd64.bin version
|
||||
./bin/fileboy-darwin-amd64.bin
|
||||
|
||||
start-win: ;@echo "启动服务";
|
||||
./bin/fileboy-windows-amd64.exe help
|
||||
./bin/fileboy-windows-amd64.exe init
|
||||
cat filegirl.yaml
|
||||
./bin/fileboy-windows-amd64.exe version
|
||||
./bin/fileboy-windows-amd64.exe
|
||||
|
||||
build-start-mac: build-mac start-mac
|
||||
|
Loading…
Reference in New Issue
Block a user