File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ before_install:
49
49
pip install --user cpp-coveralls requests[security];
50
50
wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew-dev_1.13.0-2_amd64.deb;
51
51
wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.13_1.13.0-2_amd64.deb;
52
- wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vulkan/libvulkan-dev_1.0.8 .0+dfsg1-0ubuntu1_amd64 .deb;
53
- wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vulkan/libvulkan1_1.0.8 .0+dfsg1-0ubuntu1_amd64 .deb;
54
- sudo dpkg -i libglew1.13_1.13.0-2_amd64.deb libglew-dev_1.13.0-2_amd64.deb libvulkan1_1.0.8 .0+dfsg1-0ubuntu1_amd64. deb libvulkan-dev_1.0.8 .0+dfsg1-0ubuntu1_amd64 .deb;
52
+ wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vulkan/libvulkan-dev_1.0.21 .0+dfsg1-1~16.04.1_amd64 .deb;
53
+ wget http://mirrors.kernel.org/ubuntu/pool/universe/v/vulkan/libvulkan1_1.0.21 .0+dfsg1-1~16.04.1_amd64 .deb;
54
+ sudo dpkg -i libglew1.13_1.13.0-2_amd64.deb libglew-dev_1.13.0-2_amd64.deb libvulkan1_1.0.21 .0+dfsg1-1~16.04.1_amd64. deb libvulkan-dev_1.0.21 .0+dfsg1-1~16.04.1_amd64 .deb;
55
55
else
56
56
brew update; brew update;
57
57
brew install ccache glew llvm40;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build_script:
23
23
24
24
install :
25
25
- if not exist llvmlibs.7z appveyor DownloadFile "https://drive.google.com/uc?export=download&id=0B8A6NaxhQAGRY2k3Q2Yya05lcm8" -FileName llvmlibs.7z
26
- - if not exist vulkan.7z appveyor DownloadFile "https://drive.google.com/uc?export=download&id=0B8A6NaxhQAGRa21fbDQteTN1dGs " -FileName vulkan.7z
26
+ - if not exist vulkan.7z appveyor DownloadFile "https://drive.google.com/uc?export=download&id=0B8A6NaxhQAGRaHYxV3VOS2d0a0U " -FileName vulkan.7z
27
27
- if not exist zlib.7z appveyor DownloadFile "https://drive.google.com/uc?export=download&id=0B-HVE3xvheVFX05lRFdnZlh5aUU" -FileName zlib.7z
28
28
- set QTDIR=C:\Qt\5.8\msvc2015_64
29
29
- set OPENALDIR=C:\rpcs3\3rdparty\OpenAL
You can’t perform that action at this time.
0 commit comments