More tinkering with travis-ci.
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 20:55:17 +0000 (20:55 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Jan 2015 20:55:17 +0000 (20:55 +0000)
.travis.yml

index 3ea06d1c6c4d576bfb9a6b48bb7335ffccc38945..384edbb05ca44db2ae4e05b900b01ad0199a4420 100644 (file)
@@ -1,4 +1,8 @@
 language: cpp
+before_script:
+ - 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