mirror of
https://github.com/upa/mscp.git
synced 2026-03-06 23:57:33 +08:00
add test on ubuntu badge to README and tiny fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# mscp
|
# mscp
|
||||||
|
|
||||||
[](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [](https://github.com/upa/mscp/actions/workflows/build-macos.yml)
|
[](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [](https://github.com/upa/mscp/actions/workflows/build-macos.yml) [](https://github.com/upa/mscp/actions/workflows/test.yml)
|
||||||
|
|
||||||
|
|
||||||
`mscp`, a variant of `scp`, copies files over multiple ssh (sftp)
|
`mscp`, a variant of `scp`, copies files over multiple ssh (sftp)
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ cd ..
|
|||||||
|
|
||||||
docker build --rm -t mscp-test -f docker/Dockerfile-test .
|
docker build --rm -t mscp-test -f docker/Dockerfile-test .
|
||||||
|
|
||||||
docker run --init -it --rm mscp-test bash -c "/usr/sbin/sshd; cd /mscp/build; ctest --verbose"
|
docker run --init --rm mscp-test bash -c "/usr/sbin/sshd; cd /mscp/build; ctest --verbose"
|
||||||
```
|
```
|
||||||
|
|
||||||
I don't know whether these these are good way.
|
I don't know whether these these are good way.
|
||||||
Reference in New Issue
Block a user