Skip to content

Commit

Permalink
install doxygen in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Atluri authored and Aditya Atluri committed Sep 26, 2018
1 parent 4abdb0d commit 1f8980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
- wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
- echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' | sudo tee /etc/apt/sources.list.d/rocm.list;
- sudo apt update;
- sudo apt install rocm-dkms rocm-cmake
- sudo apt install rocm-dkms rocm-cmake doxygen
- mkdir -p ../rccl_build
- cd ../rccl_build
- CXX=/opt/rocm/bin/hcc cmake ../rccl
Expand Down

0 comments on commit 1f8980a

Please sign in to comment.