summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-02-19 18:18:17 +0100
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:11 -0700
commit46a021d5de6e7448c79f621e0525e920a6206425 (patch)
tree88aab631bf79022ea88cf9a45d8fd1f416d70535 /.travis.yml
parent9ab48db4862975f81cb19cf3f9db06b26194fc34 (diff)
downloadexternal_parameter-framework-46a021d5de6e7448c79f621e0525e920a6206425.zip
external_parameter-framework-46a021d5de6e7448c79f621e0525e920a6206425.tar.gz
external_parameter-framework-46a021d5de6e7448c79f621e0525e920a6206425.tar.bz2
C pfw bindings
The pfw can not currently be used from c code. Add an c api. It does not target a perfect one/one mapping with the c++ one, but rather aim ease of use and type safety (as far as possible in c). Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 21a3c6a..4ec4a2c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@ install:
- sudo apt-get install --yes swig cmake valgrind g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 100
- sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-4.8 100
+ - sudo wget --directory-prefix /usr/include/
+ https://raw.github.com/philsquared/Catch/master/single_include/catch.hpp
# how to build
script: