forked from jpd002/Play-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (38 loc) · 1.11 KB
/
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
38
39
40
41
42
43
version: '{build}'
image: Visual Studio 2017
environment:
CONFIG_TYPE: Release
matrix:
- BUILD_TYPE: Visual Studio 15 2017
BUILD_PLAY: ON
QT_FLAVOR: msvc2017
INSTALLER_SCRIPT: installer32.nsi
- BUILD_TYPE: Visual Studio 15 2017 Win64
BUILD_PLAY: ON
INSTALLER_SCRIPT: installer64.nsi
QT_FLAVOR: msvc2017_64
- BUILD_TYPE: Visual Studio 15 2017 Win64
BUILD_PSFPLAYER: ON
INSTALLER_SCRIPT: installer64.nsi
- BUILD_TYPE: Visual Studio 15 2017 Win64
BUILD_PSFAOT: ON
build_script:
- cmd: >-
set REPO_COMMIT_SHORT=%APPVEYOR_REPO_COMMIT:~0,8%
appveyor SetVariable -Name REPO_COMMIT_SHORT -Value %REPO_COMMIT_SHORT%
git submodule update -q --init --recursive
call appveyor_build.cmd
artifacts:
- path: $(REPO_COMMIT_SHORT)\*.exe
name: Binaries
- path: $(REPO_COMMIT_SHORT)\play_libretro.dll
name: Libretro_Core
deploy:
- provider: S3
access_key_id: AKIAJGVKEDYESR2BIP7Q
secret_access_key:
secure: JFQy5OF0YXW/H6mcQtfxbd4dAJ+m88p5UwOrazZnfHXecN2M08LklayUlaX/51tI
bucket: playbuilds
region: us-east-2
artifact: Binaries
set_public: true