更新 .travis
This commit is contained in:
parent
a2daa98d08
commit
44051b9184
@ -12,7 +12,7 @@ dist: bionic # ubuntu 18.04
|
|||||||
script:
|
script:
|
||||||
- make init
|
- make init
|
||||||
- make build-all
|
- make build-all
|
||||||
- ls bin
|
- ll bin
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy
|
- cp bin/fileboy-linux-amd64.bin /home/travis/bin/fileboy
|
||||||
- fileboy version
|
- fileboy version
|
||||||
@ -21,6 +21,7 @@ script:
|
|||||||
- cat filegirl.yaml
|
- cat filegirl.yaml
|
||||||
- fileboy exec
|
- fileboy exec
|
||||||
- fileboy deamon
|
- fileboy deamon
|
||||||
- cat .fileboy.pid
|
- ll -al .fileboy.pid
|
||||||
|
- ps aux | grep fileboy
|
||||||
- fileboy stop
|
- fileboy stop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user