From ef1114512f5f6b2d88f60aea6ad2263a24c21c60 Mon Sep 17 00:00:00 2001 From: diadatp Date: Mon, 27 Sep 2021 01:29:52 +0530 Subject: [PATCH] test 3 --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5c4a08e3..782b58c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,8 +13,10 @@ install: - sh: sudo apt list --installed - 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 - sh: sudo sh cuda_11.4.2_470.57.02_linux.run --silent --toolkit --no-opengl-libs --no-man-page --no-drm - - sh: export APPVEYOR_SSH_BLOCK=true - - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - + - sh: export PATH=/usr/local/cuda-11.4/bin${PATH:+:${PATH}} + - sh: export LD_LIBRARY_PATH=/usr/local/cuda-11.4/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} + # - sh: export APPVEYOR_SSH_BLOCK=true + # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - - 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" before_build: