summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2015-02-13 18:04:22 +0100
committerDavid Wagner <david.wagner@intel.com>2015-02-13 18:04:22 +0100
commite394de177d6dd6839a7fb883c21b9fc36884d3ff (patch)
tree3067293ac083b572588838218b4025b07757ee8d /.travis.yml
parentb64ad9cf90ba7c14048d60997eb84f0636d5a6a7 (diff)
downloadexternal_parameter-framework-e394de177d6dd6839a7fb883c21b9fc36884d3ff.zip
external_parameter-framework-e394de177d6dd6839a7fb883c21b9fc36884d3ff.tar.gz
external_parameter-framework-e394de177d6dd6839a7fb883c21b9fc36884d3ff.tar.bz2
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 <david.wagner@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 12f177a..d5e8b75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,11 @@ before_install:
- sudo apt-get install -y swig
# how to build
-script: cmake . && make -j && sudo make install && make test
+script:
+ - cmake . && make -j && sudo make install
+ - make test
+ - cd skeleton-subsystem
+ - cmake . && make && sudo make install
notifications:
email: