aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-08-16 23:53:44 -0400
committerAlec Thomas <alec@swapoff.org>2013-08-16 23:53:44 -0400
commit451b2f0e1ebeea6e4ffb7b24e208d2b56b6a1e9b (patch)
treee81afff8067e1ab1a2a9466965e1bda374bc08d3 /.travis.yml
parent70d2aef8ea1edd50df3050d503eda029fbc4d706 (diff)
Add Python based scripting system (still experimental).
The build system has also been revamped considerably, with the ability to select between std::shared_ptr and boost::shared_ptr, as well as other improvements.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f5acba..3bd2e8e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
- if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- sudo apt-get update -qq
- sudo apt-get upgrade -y
- - sudo apt-get install -y boost1.48
+ - sudo apt-get install -y boost1.48 python-dev
- if test $CC = gcc; then sudo apt-get install gcc-4.7 g++-4.7; fi
- if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi
- if test $CC = gcc; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20; fi