forked from gonetz/GLideN64
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
32 lines (32 loc) · 983 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
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_branch_with_pr: true
configuration: Release_mupenplus
platform:
- win32
- x64
environment:
N64PluginsDir: C:\projects\gliden64\build\zilmar-spec\
Mupen64PluginsDir: C:\projects\gliden64\build\mupen64plus\
Mupen64PluginsDir_x64: C:\projects\gliden64\build\mupen64plus_x64\
build:
project: projects\msvc\GLideN64.sln
parallel: true
verbosity: normal
artifacts:
- path: build\mupen64plus\mupen64plus-video-GLideN64.dll
name: mupen64plus-video-GLideN64.dll
- path: build\mupen64plus_x64\mupen64plus-video-GLideN64.dll
name: mupen64plus-video-GLideN64.dll
deploy:
- provider: GitHub
release: GLideN64-mupen64plus-win32-v$(APPVEYOR_REPO_COMMIT)
description: Win32 release build of GLideN64 for mupen64plus, commit $(APPVEYOR_REPO_COMMIT)
auth_token:
secure: 5fZs6/e+QeeOs6CkKnyHULqkFyEIhK/aJ61IFtLoPYwTQDcb6nG8sqs5KA+XohP5
on:
DEPLOY_GITHUB: ON