mirror of https://github.com/AxioDL/metaforce.git
Hopefully the last appveyor change
This commit is contained in:
parent
3a67011381
commit
0fa7113d61
|
@ -31,11 +31,11 @@ install:
|
||||||
############################################################################
|
############################################################################
|
||||||
# Install a recent CMake
|
# Install a recent CMake
|
||||||
############################################################################
|
############################################################################
|
||||||
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip"
|
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-rc5-win64-x64.zip"
|
||||||
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
|
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
|
||||||
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
|
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
|
||||||
- set PATH=C:\projects\deps\cmake\bin;%PATH%
|
- set PATH=C:\projects\deps\cmake\bin;%PATH%
|
||||||
- C:\projects\deps\cmake\cmake-3.9.6-win64-x64\bin\cmake.exe --version
|
- C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe --version
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# Install custom LLVM
|
# Install custom LLVM
|
||||||
|
@ -54,7 +54,7 @@ before_build:
|
||||||
build_script:
|
build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- C:\projects\deps\cmake\cmake-3.9.6-win64-x64\bin\cmake.exe -GNinja ..
|
- C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe -GNinja ..
|
||||||
- ninja
|
- ninja
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue