mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-26 17:20:12 +00:00
Adding Missing CI Scripts
Added CI Scripts to use with Travis ci/cd
This commit is contained in:
parent
26c0cf50cf
commit
4b63a854cb
4 changed files with 83 additions and 0 deletions
9
ciscripts/test.sh
Normal file
9
ciscripts/test.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
systemctl status openvpn
|
||||
pivpn add -n foo
|
||||
pivpn -qr foo
|
||||
pivpn -bk
|
||||
pivpn -l
|
||||
pivpn -c
|
||||
pivpn -r foo -y
|
Loading…
Add table
Add a link
Reference in a new issue