Travis test scripts
This commit is contained in:
parent
6ff422064b
commit
d0182e98ca
3 changed files with 20 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://travis-ci.org/clicon/clixon)
|
||||||
|
|
||||||
# Clixon
|
# Clixon
|
||||||
|
|
||||||
Clixon is a YANG-based configuration manager, with interactive CLI,
|
Clixon is a YANG-based configuration manager, with interactive CLI,
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,22 @@ SHELL = /bin/sh
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./test_xml.sh
|
./test_xml.sh
|
||||||
|
./test_netconf.sh
|
||||||
|
./test_cli.sh
|
||||||
|
./test_datastore.sh
|
||||||
|
./test_feature.sh
|
||||||
|
./test_install.sh
|
||||||
|
./test_leafref.sh
|
||||||
|
./test_list.sh
|
||||||
|
./test_order.sh
|
||||||
|
./test_type.sh
|
||||||
|
./test_union.sh
|
||||||
|
./test_when_must.sh
|
||||||
|
./test_xml.sh
|
||||||
|
./test_xpath.sh
|
||||||
|
./test_yang_load.sh
|
||||||
|
./test_yang.sh
|
||||||
|
|
||||||
# ./all.sh
|
# ./all.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,5 @@ git clone https://github.com/olofhagsand/cligen.git
|
||||||
./configure && make && sudo make install
|
./configure && make && sudo make install
|
||||||
sudo /sbin/ldconfig
|
sudo /sbin/ldconfig
|
||||||
sudo make install-include
|
sudo make install-include
|
||||||
|
(cd example && make && sudo make install)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue