Skip to content

Commit

Permalink
Download AF installer silently
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Jun 27, 2019
1 parent cdbf5ef commit 4fad510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/before_install_linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wget http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
wget --quiet http://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_Linux_x86_64.sh
sudo sh ArrayFire-v3.6.4_Linux_x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
rm ArrayFire-v3.6.4_Linux_x86_64.sh
sudo ldconfig /usr/local/lib64
2 changes: 1 addition & 1 deletion .travis/before_install_osx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
brew install fontconfig glfw
curl -O https://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_OSX_x86_64.pkg
curl -SO https://arrayfire.s3.amazonaws.com/3.6.4/ArrayFire-v3.6.4_OSX_x86_64.pkg
sudo installer -pkg ArrayFire-v3.6.4_OSX_x86_64.pkg -target /
rm ArrayFire-v3.6.4_OSX_x86_64.pkg

0 comments on commit 4fad510

Please sign in to comment.