Skip to content

Commit ef11145

Browse files
committed
test 3
1 parent 38c36c0 commit ef11145

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ install:
1313
- sh: sudo apt list --installed
1414
- sh: sudo wget https://developer.download.nvidia.com/compute/cuda/11.4.2/local_installers/cuda_11.4.2_470.57.02_linux.run -O cuda_11.4.2_470.57.02_linux.run
1515
- sh: sudo sh cuda_11.4.2_470.57.02_linux.run --silent --toolkit --no-opengl-libs --no-man-page --no-drm
16-
- sh: export APPVEYOR_SSH_BLOCK=true
17-
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
16+
- sh: export PATH=/usr/local/cuda-11.4/bin${PATH:+:${PATH}}
17+
- sh: export LD_LIBRARY_PATH=/usr/local/cuda-11.4/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
18+
# - sh: export APPVEYOR_SSH_BLOCK=true
19+
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
1820
- cmd: C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -S mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-opus mingw-w64-x86_64-x265 mingw-w64-x86_64-boost git yasm nasm diffutils make"
1921

2022
before_build:

0 commit comments

Comments
 (0)