Skip to content

Commit

Permalink
Update SDK to ComputeCpp v1.0.4 (codeplaysoftware#175)
Browse files Browse the repository at this point in the history
Some old travis code was removed.
  • Loading branch information
DuncanMcBain authored Jan 23, 2019
1 parent af9c5ec commit a44a8cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ addons:
sources:
- llvm-toolchain-precise
- ubuntu-toolchain-r-test
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main'
key_url: 'http://apt.llvm.org/llvm-snapshot.gpg.key'

packages:
- python-yaml
Expand Down
12 changes: 0 additions & 12 deletions .travis/additional_undef

This file was deleted.

4 changes: 1 addition & 3 deletions .travis/build_computecpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
set -ev

# Get ComputeCpp
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.1/ubuntu-14.04-64bit.tar.gz
wget --no-check-certificate https://computecpp.codeplay.com/downloads/computecpp-ce/1.0.4/ubuntu-14.04-64bit.tar.gz
mkdir -p /tmp/computecpp
tar -xzf ubuntu-14.04-64bit.tar.gz -C /tmp/computecpp --strip-components=1
# Workaround for C99 definition conflict
bash .travis/computecpp_workaround.sh
7 changes: 0 additions & 7 deletions .travis/computecpp_workaround.sh

This file was deleted.

0 comments on commit a44a8cf

Please sign in to comment.