Skip to content

Commit

Permalink
Travis CI: GCC 5.5.0 + CUDA 9.1.85
Browse files Browse the repository at this point in the history
Update to a potentially usable C++14 toolchain.
Ideally I would jump straight tu CUDA 9.2+ but maybe this works as
well.
  • Loading branch information
ax3l committed May 7, 2020
1 parent 36cb7f9 commit e29a46a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: cpp

sudo: required

dist: trusty
dist: bionic

compiler:
- gcc
Expand All @@ -28,12 +28,12 @@ before_script:
- sudo apt-get install -f -qq
- sudo dpkg --get-selections | grep hold || { echo "All packages OK."; }
- sudo apt-get install -q -y cmake-data cmake
- sudo apt-get install -qq build-essential
- gcc --version && g++ --version # 4.8
- sudo apt-get install -qq build-essential g++-5
- gcc-5 --version && g++-5 --version # 5.5.0
- apt-cache search nvidia-*
- sudo apt-get install -qq nvidia-common
- sudo apt-get install -qq nvidia-cuda-dev nvidia-cuda-toolkit # 5.5
- sudo apt-get install -qq libboost-dev # 1.54.0
- sudo apt-get install -qq nvidia-cuda-dev nvidia-cuda-toolkit # 9.1.85
- sudo apt-get install -qq libboost-dev # 1.65.1
- sudo find /usr/ -name libcuda*.so

after_script:
Expand Down

0 comments on commit e29a46a

Please sign in to comment.