diff options
| author | Tor Aamodt <[email protected]> | 2016-07-06 17:03:58 -0700 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2016-07-06 17:03:58 -0700 |
| commit | 7758943c96d22cd65f3de30b36c71b27370de5ce (patch) | |
| tree | 4c667909421e70cff4116a36215af18088217cec | |
| parent | 7ce3005d27cfa68d6ed1fea001eb22cf0da628c2 (diff) | |
dependencies and directory
| -rw-r--r-- | .travis.yml | 5 |
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 |
