Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Don't remove downloaded files.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 27, 2018
1 parent e3ade82 commit 6fefd3b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.linux
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ installer=${installers[$CUDA]}
wget -O cuda.deb "$installer"

sudo dpkg -i cuda.deb
rm cuda.deb

sudo apt-get update
suffix=${CUDA/./-}
Expand Down
2 changes: 0 additions & 2 deletions .travis.osx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ wget -O cuda.dmg "$installer"

brew install p7zip
7z x cuda.dmg
rm cuda.dmg

brew install gnu-tar
sudo gtar -x --skip-old-files -f CUDAMacOSXInstaller/CUDAMacOSXInstaller.app/Contents/Resources/payload/cuda_mac_installer_tk.tar.gz -C /
rm -rf CUDAMacOSXInstaller
2 changes: 0 additions & 2 deletions appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ $julia_installer = $julia_installers.Get_Item($env:JULIA)
Invoke-WebRequest $julia_installer -OutFile julia.exe

.\julia.exe /S /D=C:\julia
Remove-Item julia.exe


# CUDA
Expand All @@ -25,4 +24,3 @@ $cuda_installer = $cuda_installers.Get_Item($env:CUDA)
Invoke-WebRequest $cuda_installer -OutFile cuda.exe

.\cuda.exe -s "compiler_$env:CUDA" "cudart_$env:CUDA"
Remove-Item cuda.exe

0 comments on commit 6fefd3b

Please sign in to comment.