forked from FarGroup/FarManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
51 lines (34 loc) · 868 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version: 3.0.{branch}.{build}
branches:
only:
- master
skip_tags: true
skip_non_tags: false
max_jobs: 8
image: Visual Studio 2017
init:
clone_folder: c:\projects\FarManager
shallow_clone: true
clone_depth: 1
install:
- cd far
- for /f "tokens=1,2,4 delims=," %%i in ('tools\m4 -P farversion.inc.m4') do appveyor UpdateBuild -Version %%i.%%j.%%k.%APPVEYOR_BUILD_NUMBER%
platform:
- Win32
- x64
configuration:
- Debug
- Release
build:
parallel: true
project: far/far.sln
verbosity: minimal
test: off
after_build:
- cmd: >-
set PlatformArchitecture=%platform:~-2%
cd %configuration%.%PlatformArchitecture%.vc
del %APPVEYOR_BUILD_FOLDER%\far*.7z
7z a %APPVEYOR_BUILD_FOLDER%\far.%APPVEYOR_BUILD_VERSION%.7z *.exe *.dll *.lng *.hlf *.diz *.ini *.pdb ..\changelog*
artifacts:
- path: far.$(APPVEYOR_BUILD_VERSION).7z