If we are requesting audio from before the start of a piece of content we need to...
[dcpomatic.git] / .travis.yml
index 8854894a790dc0a5465b611fe872baea018a4973..4ea7f3d505a8fce16eeb1ced1bedd170d39e9ed1 100644 (file)
@@ -1,4 +1,9 @@
 language: cpp
+before_script:
+ - sudo apt-get install libxml++2.6-dev libboost-filesystem-dev libboost-test-dev
+ - wget http://carlh.net/software/libcxml/libcxml-0.11.0.tar.bz2
+ - tar xjf libcxml-0.11.0.tar.bz2
+ - cd libcxml-0.11.0 && ./waf configure --prefix=/usr && ./waf install
 script:
      - python waf configure
      - python waf build
+ - python waf configure
+ - python waf build