mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-09 22:48:45 +00:00
Update appveyor.yml
This commit is contained in:
parent
18f6d878e0
commit
bf6e0fddd5
12
appveyor.yml
12
appveyor.yml
|
@ -1,20 +1,8 @@
|
||||||
version: '{build}'
|
version: '{build}'
|
||||||
install:
|
install:
|
||||||
- mkdir thirdparty
|
|
||||||
- cd thirdparty
|
|
||||||
- set CMAKE_URL="https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip"
|
|
||||||
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
|
|
||||||
- 7z x cmake.zip -o%cd% > nul
|
|
||||||
- move cmake-* cmake
|
|
||||||
- set PATH=%cd%\cmake\bin;%PATH%
|
|
||||||
- cmake --version
|
|
||||||
- cd ..
|
|
||||||
- python --version
|
|
||||||
- python -m pip install click
|
- python -m pip install click
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- python --version
|
|
||||||
- python -m pip install click
|
|
||||||
- mkdir examples\unrealstatus\Plugins\discordrpc\Binaries\ThirdParty\discordrpcLibrary\Win64
|
- mkdir examples\unrealstatus\Plugins\discordrpc\Binaries\ThirdParty\discordrpcLibrary\Win64
|
||||||
- python build.py
|
- python build.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue