mirror of https://github.com/AxioDL/metaforce.git
Add .exe to cmake invokation
This commit is contained in:
parent
42761fcd9a
commit
f08704a451
|
@ -35,7 +35,7 @@ install:
|
|||
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
|
||||
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
|
||||
- set PATH=C:\projects\deps\cmake\bin;%PATH%
|
||||
- C:\projects\deps\cmake\bin\cmake --version
|
||||
- C:\projects\deps\cmake\bin\cmake.exe --version
|
||||
|
||||
############################################################################
|
||||
# Install custom LLVM
|
||||
|
@ -54,7 +54,7 @@ before_build:
|
|||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- C:\projects\deps\cmake\bin\cmake -GNinja ..
|
||||
- C:\projects\deps\cmake\bin\cmake.exe -GNinja ..
|
||||
- ninja
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue