summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 525fa4a..0564709 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
dist: trusty
-before_install:
+before_install:
+ - sudo apt-get install -y libssl-dev libxml2-dev libboost-all-dev
- git clone https://github.com/gpgpu-sim/setup_torque_on_ubuntu_14.04.git
- - ./setup_torque_on_ubuntu_14.04/install_torque.sh
+ - cd ./setup_torque_on_ubuntu_14.04; ./install_torque.sh; cd -
- wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.5-18_amd64.deb
- sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb
- sudo apt-get -qq update