-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
37 lines (29 loc) · 858 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
image: Visual Studio 2017
version: 0.0.{build}
platform:
- x64
# - x86
environment:
matrix:
# - platform_name: windows
- platform_name: windows-hl
before_build:
- git submodule update --init --recursive
- git clone https://github.com/Kode/nodejs_bin.git
- nodejs_bin\node.exe Kha\make %platform_name% --compile --visualstudio vs2017
build:
project: build\%platform_name%-build\ruz.sln
verbosity: minimal
after_build:
- 7z a royal-ur.zui-client-%platform_name%.zip %APPVEYOR_BUILD_FOLDER%\build\%platform_name%\*.*
artifacts:
- path: royal-ur.zui-client-%platform_name%.zip
name: royal-ur.zui-client-%platform_name%
deploy:
provider: GitHub
auth_token:
secure: UqSAhslPyMlxBHHbJhNv8fsEgZmwcws9/hV2r0GQjccsPJDroKfF5/mC6jnBX/B1
artifact: royal-ur.zui-client-%platform_name%
draft: true
on:
branch: master