mirror of
https://github.com/g-truc/glm.git
synced 2024-11-29 11:24:35 +00:00
Removed CMake install
This commit is contained in:
parent
c4f9bc5de6
commit
0ceb2b755f
@ -32,17 +32,6 @@ matrix:
|
|||||||
- image: Visual Studio 2017
|
- image: Visual Studio 2017
|
||||||
platform: x86
|
platform: x86
|
||||||
|
|
||||||
cache:
|
|
||||||
- C:\cmake-3.8.0-win32-x86
|
|
||||||
|
|
||||||
install:
|
|
||||||
- ps: |
|
|
||||||
if (![IO.File]::Exists("C:\cmake-3.8.0-win32-x86\bin\cmake.exe")) {
|
|
||||||
Start-FileDownload 'https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip'
|
|
||||||
7z x -y cmake-3.8.0-win32-x86.zip -oC:\
|
|
||||||
}
|
|
||||||
$env:PATH="C:\cmake-3.8.0-win32-x86\bin;$env:PATH"
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: |
|
- ps: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user