Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Update SDK to ComputeCpp v1.2.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanMcBain committed Dec 24, 2019
1 parent c5e2f98 commit 8bdeee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build_computecpp.sh
@@ -1,6 +1,6 @@
#!/bin/bash

set -ev
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.1.6/ubuntu-16.04-64bit.tar.gz
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.2.0/ubuntu-16.04-64bit.tar.gz
mkdir -p /tmp/computecpp
tar -xzf ubuntu-16.04-64bit.tar.gz -C /tmp/computecpp --strip-components=1

0 comments on commit 8bdeee6

Please sign in to comment.