discord-rpc/appveyor.yml

18 lines
434 B
YAML
Raw Normal View History

version: '{build}'
install:
2017-11-10 22:24:16 +00:00
- python -m pip install click
build_script:
2017-11-10 22:24:16 +00:00
- mkdir examples\unrealstatus\Plugins\discordrpc\Binaries\ThirdParty\discordrpcLibrary\Win64
- python build.py
artifacts:
2017-11-21 14:18:07 +00:00
- path: builds\install\win32-dynamic
2017-11-10 22:24:16 +00:00
name: win32-dynamic
2017-11-21 14:18:07 +00:00
- path: builds\install\win32-static
2017-11-10 22:24:16 +00:00
name: win32-static
2017-11-21 14:18:07 +00:00
- path: builds\install\win64-dynamic
2017-11-10 22:24:16 +00:00
name: win64-dynamic
2017-11-21 14:18:07 +00:00
- path: builds\install\win64-static
2017-11-10 22:24:16 +00:00
name: win64-static