Skip to content

Commit

Permalink
Update travis to computecpp 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlawson committed Oct 3, 2018
1 parent f789b68 commit 81777bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build_computecpp.sh
Expand Up @@ -5,7 +5,7 @@ set -ev
###########################
# Get ComputeCpp
###########################
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.0/ubuntu-16.04-64bit.tar.gz
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.1/ubuntu-16.04-64bit.tar.gz
rm -rf /tmp/ComputeCpp && mkdir /tmp/ComputeCpp/
tar -xzf ubuntu-16.04-64bit.tar.gz -C /tmp/ComputeCpp --strip-components 1
ls -R /tmp/ComputeCpp/

0 comments on commit 81777bb

Please sign in to comment.