Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit e394de1

Browse files
committed
Travis-CI: also build the skeleton plugin
The skeleton plugin is an example and as such needs to work out-of-the-box. Make travis build it to ensure we don't break anything. Signed-off-by: David Wagner <[email protected]>
1 parent b64ad9c commit e394de1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ before_install:
99
- sudo apt-get install -y swig
1010

1111
# how to build
12-
script: cmake . && make -j && sudo make install && make test
12+
script:
13+
- cmake . && make -j && sudo make install
14+
- make test
15+
- cd skeleton-subsystem
16+
- cmake . && make && sudo make install
1317

1418
notifications:
1519
email:

0 commit comments

Comments
 (0)