forked from WohlSoft/Moondust-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
71 lines (60 loc) · 2.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#----------------------------------------------------------------------------
#
# Platform Game Engine Project by Wohlstand, a free platform for making games of platform genre
# Copyright (c) 2014-2015 Vitaly Novichkov <admin@wohlnet.ru>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#--------------------------------------------------------------------------------
# AppVeyor CI building configuration file for Microsoft Windows Operating system
# created 2015-11-25
#--------------------------------------------------------------------------------
version: 0.3.3.4.{build}
# you can use {branch} name in version format too
# version: 1.0.{build}-{branch}
branches:
only: # whitelist
- master
skip_tags: true
skip_commits:
message: /Created.*\.(png|jpg|jpeg|bmp|gif)/ # Regex for matching commit message
# Operating system (build VM template)
os: unstable
# clone directory
clone_folder: C:\_Repos\PGE-Project
clone_depth: 3 # clone entire repository history if not defined
# Uncommend those two lines to enable RDP (which can be used to debug stuff and test built stuff)
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- git submodule init
- git submodule update
- echo set QtDir=C:\Qt\5.5\mingw492_32\bin>> _paths.bat
- echo set MinGW=C:\Qt\Tools\mingw492_32\bin>> _paths.bat
- echo set GitDir=C:\Program Files\Git\cmd>> _paths.bat
build_script:
- build_deps.bat nopause
- build.bat nopause noengine nocalibrator nogifs2png nopng2gifs nolazyfixtool nomanager nomaintainer nomusicplayer
- cd _Misc\dev_scripts\deploy\
- deploy_windows_dynamic.bat nopause
- cd ..\..\..\
artifacts:
- path: bin-w32\_packed\pge-project-dev-win32.zip
- path: bin-w32\_packed\install-pge-common-dev-win32.zip
- path: bin-w32\_packed\install-pge-editor-dev-win32.zip
#- path: bin-w32\_packed\install-pge-engine-dev-win32.zip #This archive has no built applications (engine disabled to don't excite building timeout)
#- path: bin-w32\_packed\install-pge-tools-dev-win32.zip #This archive has no built applications (toosl are disabled to don't excite building timeout)
deploy:
- provider: Environment
name: WohlnetFTP